/* Easy Slider */
#slider {
	width: 900px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif; 
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	width: 900px;
	height: 400px;
	overflow:hidden; 
}	
	
#slider li img {border: 0;}

/* numeric controls */	
ol#controls{
	margin:-40px 0 0 10px;
	padding:0;
	height: 28px;	
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	background:url(tran-white.png);
	color:#000;
	font-size:18px;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:url(tran-orange.png);
	color:#000;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* Prev & Next Buttons */
#prevBtn, #nextBtn {
	width: 17px;
	height: 36px;
	display: block;
	margin-top: -200px;	
	position: absolute;
	z-index: 999;
}
#prevBtn { margin-left: -15px; }
#nextBtn { margin-left: 900px;}

#prevBtn a {
	width: 17px;
	height: 36px;
	background: url(btn-prev.png) no-repeat;
	display: block;
	position: relative;
	text-indent: -8000px;
}
#nextBtn a {
	width: 17px;
	height: 36px;
	background: url(btn-next.png) no-repeat;
	display: block;
	position: relative;
	text-indent: -8000px;
}