#container {	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:620px;
	margin-bottom:2em;
	background-image:url(../_images/bgrd_slider.png);
}	
.sliderTitle {
	font-size:13px; 
	font-weight:bold; 
	margin:18px 0 0px 0; 
	color:#8DA316;
}	
/* 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:620px;
	height:200px;
	overflow:hidden;
	margin:0 0 2px 0;
}
#slideArea {
	padding:0px 17px 5px 15px;
}
.sliderul  {
	margin:12px 0 0 20px;
	color:#8DA316; 
	font-size:9pt; 
	line-height:15px; 
	padding:0 0 0 0px;
	
}
.sliderli {
	margin:0 0 6px 0px;
	list-style:disc;
	list-style-position:outside;
	display:list-item;
	font-size:12px;
}
.sliderImg {
	margin:0px 0 0 10px;
}
.imgMargin {
	margin-top:8px;
}
p#controls {
	margin:0;
	position:relative;
} 
#prevBtn, #nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:18px;
	height:28px;
	position:absolute;
	left:-17px;
	top:-120px;
}	
#nextBtn { 
	left:620px;
}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:18px;
	height:28px;
	background:url(../_images/b_prev.gif) no-repeat 0 0;	
}	
#nextBtn a { 
	background:url(../_images/b_next.gif) no-repeat 0 0;	
}												
#prevBtn a:hover, #nextBtn a:hover {  
	display:block;
	width:18px;
	height:28px;
	background:url(../_images/b_prev_f2.gif) no-repeat 0 0;	
}	
#nextBtn a:hover { 
	background:url(../_images/b_next_f2.gif) no-repeat 0 0;	
}
#prevBtn a:active {  
	display:block;
	width:18px;
	height:28px;
	background:url(../_images/b_prev_f3.gif) no-repeat 0 0;	
}	
#nextBtn a:active {
	display:block;
	width:18px;
	height:28px;
	background:url(../_images/b_next_f3.gif) no-repeat 0 0;	
}
/* // Easy Slider */