/* Easy Slider */
#slider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;		
}
#slider h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#slider a {
	text-decoration: none;	
}
#slider hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
#slider div.text {
	margin-right: 10px;
	width: 230px;
	float: left;
}
#slider div.imageframe {
	float: right;
	width: 268px;
	height: 168px;
	border: solid 1px #dadada;
}
#slider div.imagebox {
	width: 260px;
	height: 160px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 4px;
}
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:580px;
	height:240px;
	overflow:hidden; 
	}	

/* numeric controls */	

ol#controls{
	padding:0;
	height:20px;
	margin-top: 8px;
	float: right;
	font-size: 12px;
}
ol#controls li{
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;	
}
ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	color: #555555;
	text-decoration:none;
	width: 20px;
	text-align: center;
}
ol#controls li.current a{
	border: solid 1px #DADADA;
	font-weight: bold;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */