/* --- Slider --- */
	
#slider{
	width:550px;
	float:left;
	overflow: auto;
	overflow-x:hidden; 
	overflow-y:hidden; 
	height:90px; 
	margin:0 auto;
	}
	
	#slider-content{
	width:2540px;
	border:0; 
	margin:0; 
	padding:0; 
	left:400px;
	}
	
	
	#slider-content li{
	list-style:none; 
	margin:0; 
	padding:0; 
	border:0; 
	margin-right:5px;
	padding:5px; 
	float:left;
	width:500px;
	height:80px;
	}
	
	#slider-content img{
	border: 4px solid #dddddd;
	margin:1px;
	opacity: .8;
	filter: alpha(opacity=80); /* For IE */
	}
	
	#slider-content div{
	height:90px;
	}
	
	#slider-content img:hover{
	opacity: 1;
	filter: alpha(opacity=100); /* For IE */
	}
	
	#slider-content a{
	color:#99cc00;
	text-decoration:none;
	}
	
	
#slider-prev{
	width:55px;
	height:90px;
	margin:5px 1px 5px 0px;
	float:left;
	}
	
	#slider-prev a{
	background:url(../images/layout/arrow-left.jpg) no-repeat center center;
	width:55px;
	height:80px;
	display:block;
	text-indent:-900em;
	cursor:pointer;
	}

#slider-next{
	width:55px;
	height:90px;
	margin:5px 0px 5px 1px;
	float:left;
	}
	
	#slider-next a{
	background:url(../images/layout/arrow-right.jpg) no-repeat center center;
	width:55px;
	height:80px;
	display:block;
	text-indent:-900em;
	cursor:pointer;
	}

