#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:510px;
	height:190px;
	overflow:hidden; 
	}	
#prevBtn a{
	width:19px;
	height:39px;
	float:left;
	position:relative;
	top:-33px;
	z-index:2000;
	left:-1px;
	
}
 #nextBtn a{  
	width:19px;
	height:39px;
	float:left;
	position:relative;
	left:472px;
	top:-33px;
	z-index:2000;


	}	

	
	


#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:510px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:200px;
		top:250px;
		}	
	#nextBtn{ 
		left:510px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		
	}	
	#nextBtn a{ 
	
	}								