/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}	

/* Easy Slider */
#slider {
    overflow:hidden;
	width:657px;
	height: 100px;
}
#slider ul, #slider li,
#banner ul, #banner li{
	margin:0;
	padding:0;
	list-style:none;
	color: #4B5152;
}

#slider li h2{ 
    margin:0px;
    padding: 0px 20px 10px 90px;
}	
#slider li p{ 
    padding: 0px 20px 0px 90px;
}	
#slider img {
    float: left;
}

#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:657px;
	height: 100px;
	overflow:hidden; 
}	
#banner{
    margin-top:1em;
    overflow:hidden;
    width: 657px; 
    height: 285px;
}
#banner li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:657px;
	height:285px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
}	

#bannercontrols {
	position: absolute;
	padding: 14px 0px 0px 2px;
	*padding: 2px 0px 0px 2px;
	z-index:2;
}

#bannercontrols li  { 
	float:left;
	list-style-type: none;
    color:#FFFFFF;
}
#bannercontrols li a { 
	color:#FFFFFF;
	background:url(../images/pageloader.png) bottom center no-repeat;
	height:12px;
    width: 12px;
	text-decoration: none;
    padding: 0px 5px 0px 5px;
}
#bannercontrols li.current a, #bannercontrols li a:hover  { 
	color:#35393C;
	background:url(../images/pageloader.png) top center no-repeat;
	height:12px;
    width: 12px;
}