	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		background:url(../images/loading.gif) no-repeat bottom
		}
	#slider li{ 
		width:404px;
		height:244px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		float:left;
		width:38px;
		height:38px;
		position:relative;
		left:0px;
		top:-38px;
		}	
	#nextBtn{ 
		left:328px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:38px;
		height:38px;
		}
	#prevBtn a{  
		background:url(../images/scrollleft.gif) no-repeat 0 0;	
		}	
	#nextBtn a{  
		background:url(../images/scrollright.gif) no-repeat 0 0;	
		}	
