#sliderContainer {
	margin:0 ;
	position:relative;
	text-align:left;
	width:613px;
	height:167px;
	margin-bottom:2em;
	background-image: url(/images/partners_bg.jpg);
	background-repeat: no-repeat;
}	
#header{
	height:144px;
	background:#5DC9E1;
	color:#fff;
}				
#sliderContent{
	padding:43px 0 0 22px;
}			

/* Easy Slider */

#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:564px;
	height:100px;
	overflow:hidden; 
}
#slider li div {
	float:left;
	padding:0 0 0 11px;
}
#slider li span {
	float:left;
	width:110px;
	margin:10px 13px;
}
#slider li span img{border:none; width:110px;}
#prevBtn, #nextBtn{ 
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	display:block;
	width:20px;
	height:77px;
	position:absolute;
	left:2px;
	top:55px;
	}	
#nextBtn{ 
	left:592px;
	}														
#prevBtn a, #nextBtn a{
	display:block;
	width:30px;
	height:77px;
	background:url(images/arrow-left.gif) no-repeat 4px center;
}	
#nextBtn a{ 
	background:url(images/arrow-right.gif) no-repeat 4px center;	
	}						