img{border:none;}		
#container{
	position:relative;
	text-align:left;
	width:900px;
	height:293px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	overflow:hidden;
}
#content{
	position:relative;
}

/* Easy Slider */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{
	width:900px;
	height:250px;
	overflow:hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

/* numeric controls */
ol#controls{
	margin:0px;
	padding:0;
	height:38px;
	background-color: #900;
	background-image: url(images/slider_control.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e5e3c2;
	z-index:150;
}

ol#controls li{
	padding:0;
	float:left;
	margin: 0;
	list-style-type: none;
}

ol#controls li a{
	float:left;
	height:23px;
	border:1px solid #520000;
	color:#654800;
	padding:0;
	text-decoration:none;
	background-color: #FFECD9;
	background-image: url(images/num.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 23px;
	text-align: center;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	vertical-align: middle;
	line-height: 24px;
}
ol#controls li a:hover{
	border: 1px solid #F90;
	font-weight: bold;
	font-size: 15px;
}

ol#controls li.current a{
	color:#500000;
	background-color: #e0be64;
	background-image: url(images/num_selected.jpg);
	border: 2px solid #fdcb50;
	height: 21px;
	width: 21px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

