/* Easy 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:880px;
	height:394px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn{
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	left:0px;
	top:21px;
	z-index:1000;
		}	
	#nextBtn{
	left:0px;
		}														
	#prevBtn a, #nextBtn a {
	display:block;
	position:relative;
	width:22px;
	height:22px;
	background:url(../images/clients/featured/arrow_left.gif) no-repeat 0 0;
		}	
	#nextBtn a {
	background:url(../images/clients/featured/arrow_right.gif) no-repeat 0 0;
		}	
