/* CSS Document */

#slider{background-color:transparent;margin:15px 0px 10px 27px;padding:0px; border:1px solid #999999;}	

#slider ul, #slider li{width:210px;
	
	height:137px;
	margin:0;
	padding:0;
	list-style:none;
	}

	
#slider li{ 
	width:210px;
	overflow:hidden;
	background-color:#ffffff;
	}
			
		#nextBtn{ display:block;
		position:absolute;
		width:25px;
		height:25px;
		left:922px;
		top:393px;
	}
	#prevBtn{
		display:block;
		position:absolute;
		width:25px;
		height:25px;
		left:683px;
		top:393px;
	}		
													
#prevBtn a, #nextBtn a{  
						display:block;
						width:25px;
						height:25px;
						background:url(../js/slider/images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../js/slider/images/btn_next.gif) no-repeat 0 0;	
	}	
