* {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
		.slide {
		width:530px;
		position:relative;
		height:250px;
		border: #0099CC solid 3px;
		overflow:hidden;
	}	
	#slider{
	width:530px;
	height:250px;
	position:relative;
	overflow:hidden;
	
	}	

#slider ul, #slider li{
	margin:0;
	padding:0;

	list-style:none;
	}
	#slider ul {
		width:530px;
		position:relative;
		height:250px;
		overflow:hidden;
	}
#slider li{ 
	width:530px;
	height:250px;
	overflow:hidden; 
	}	

#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	text-indent:-9000px;
	top:80px;
	}	
#nextBtn{ 
	right:0px;
	}
#prevBtn{ 
	left:0px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../js/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../js/btn_next.png) no-repeat 0 0;	
	}	
	