#slider{
	margin: 0;
	position: relative;
	z-index: 100;
}	
#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
	*/ 
	margin: 0;
	width:400px;
	height:300px;
	overflow:hidden;
}
#slider li.captionPreview {
	overflow: hidden;
}
#slider li.last {
	margin-right: 0;	
}
	
p#controls{
	margin: 0 0 0 40px;
	position:absolute;
	z-index: 100;
} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:51px;
	height:51px;
	position:absolute;
	left:-100px;
	top:-180px;
}	
#nextBtn{ 
	left:370px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:51px;
	height:51px;
	background:url(/img/btn_prev.png) no-repeat 0 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
}	
#nextBtn a{ 
	background:url(/img/btn_next.png) no-repeat 0 0;	
}	
.readLink {
	position: absolute;
	right: 0;
	top: 38px;
	/*float: right; */
	font-size: 11px; 
	/*margin-top: 4px;	*/
}
