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

#container{	
	margin:0;
	position:relative;
	text-align:left;
	width:370px;	
	margin-bottom:5px;
}	
#header{
	height:137px;
	background:#5DC9E1;
	color:#fff;
}				
#content{
	position:relative;
	width: 370;
}			

/* 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:370px;
	height:132px;
	overflow:hidden; 
}	


#prevBtn, #nextBtn{
	position:absolute;
	float:right;
	display:block;		
	top:105px;
}	
#nextBtn{ 
	right:5px;
}
#prevBtn{ 
	right:42px;
}														
#prevBtn a{  
	display:block;
	width:36px;
	height:21px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a{ 
	display:block;
	width:37px;
	height:21px;
	background:url(images/btn_next.gif) no-repeat 0 0;	
}	