#container{
	position:relative;
	text-align:left;
	width:916px;
	margin-bottom:0em;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
		}	
#content{
	position:relative;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 916px;
}			
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li, #slider3 ul, #slider3 li{
	margin:0;
	padding:0;
	list-style:none;
		}
	#slider li, #slider3 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:916px;
	overflow:hidden;
		}	

	#slider3 li{
	background-image: url(../images/services-slide-mid-line.jpg);
	background-repeat: repeat-y;
	background-position: 308px top;
		}	
	#controls, #controls2{
	margin:0;
	position:relative;
	padding: 0px;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:24px;
	position:absolute;
	left:-24px;
	top:-80px;
	height: 77px;
	background-image: url(../images/slide-services-lft-btn-grey.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
		
		}	
	#nextBtn, #nextBtn2{
	left:929px;
	background-image: url(../images/slide-services-rgt-btn-grey.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{
	display:block;
	width:24px;
	height: 77px;
	background-image: url(../images/slide-services-lft-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #nextBtn2 a{
	display:block;
	width:24px;
	height:77px;
	margin-left:0px;
	background-image: url(../images/slide-services-rgt-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		}		
