#slider {
	width: 550px;
	height: 300px;
	padding:25px 25px 0 ;
	margin: 0 auto 10px;
	position: relative;
	background: url(i/featured.png) no-repeat;
}
	#slider .scroll {
		width: 550px;
		overflow: hidden;
		overflow-x: hidden;
		position: relative;
	/*	clear: left;/**/
	}
		#slider .scrollContainer {}
			#slider .scrollContainer div.panel {
				padding: 20px;
				height: 221px;
				width: 510px;
			}

	#slider ul.navigation {
		list-style: none;
		margin: 0;
		padding: 0;
		height:25px;
		background: url(i/trans.png);
	}
		#slider ul.navigation li {
			display: inline;
			margin-right: 1px;
			height:25px;
		}
		#slider ul.navigation a {
			height:25px;
			padding: 4px;
			color: #000;
			text-decoration: none;
			border:0 none;
		}
			#slider ul.navigation a:hover {
				background-color: #dad0af;
			}
			#slider ul.navigation a.selected {
				background-color: #dad0af;
			}
			#slider ul.navigation a:focus {
				outline: none;
			}
	#slider .scrollButtons {
		position: absolute;
		top: 150px;
		cursor: pointer;
		width:28px;
		height:28px;
		text-indent:-9999px;
		border:0px none;
	}
		#slider .scrollButtons.left  {left: -10px;background:url(i/scroll_left.png) no-repeat 0 0;}
			#slider .scrollButtons.left:hover  {background-position:0 -28px;}
		#slider .scrollButtons.right {right: -10px;background:url(i/scroll_right.png) no-repeat 0 0;}
			#slider .scrollButtons.right:hover  {background-position:0 -28px;}
	#slider .hide {
		display: none;
	}
