#slider {
	height: 166px;
	width: 400px;
	margin: 0 auto;
}
#slider ul, #slider li{
	list-style:none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
}
#slider li  {	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here		*/
	width:400px;
	height:159px;
}	
		
/* // Easy Slider */
#prevBtn {
	background: url(../images/btn-prev-white.png) no-repeat scroll 0 0;
	height: 30px;
	width: 31px;
	top: 245px;
	display: block;
	position: absolute;
	z-index: 4;
}
#prevBtn a {
	text-indent: -8000px;
	position: relative;
	display: block;
	height: 31px;
	width: 30px;
}
#nextBtn {
	background: url(../images/btn-next-white.png) no-repeat scroll 0 0;
	height: 30px;
	width: 31px;
	top: 245px;
	display: block;
	position: absolute;
	z-index: 4;
	margin-left: 400px;
}
#nextBtn a {
	text-indent: -8000px;
	position: relative;
	display: block;
	height: 31px;
	width: 30px;
}

