#slider {}	
#slider ul, #slider li {
	margin : 0px;
	padding : 0px;
	list-style : none;
}
#slider img {
	border : none;
}
#slider li {
	width : 980px;
	height : 300px;
	overflow : hidden; 
}	
#prevBtn, #nextBtn {
	display : block;
	width : 30px;
	height : 77px;
	position : absolute;
	left : -30px;
	top : 71px;
}
#nextBtn {
	left : 980px;
}
#prevBtn a, #nextBtn a {
	text-indent : -999em;
	display : block;
	width : 30px;
	height : 77px;
	background : url(../images/slider_left.png) no-repeat 0px 0px;
}
#prevBtn a:hover {
	background : url(../images/slider_left_hover.png) no-repeat 0px 0px;
}
#nextBtn a:hover {
	background : url(../images/slider_right_hover.png) no-repeat 0px 0px;
}
#nextBtn a {
	background : url(../images/slider_right.png) no-repeat 0px 0px;
}

/* numeric controls */	
ol#controls {
	height : 20px;
	position : absolute;
	left : 10px;
	top : 270px;
	margin : 0px;
	padding : 0px;
}

ol#controls li {
	margin : 0px 10px 0px 0px; 
	padding : 0px;
	float : left;
	list-style : none;
	height : 20px;
	line-height : 20px;
}

ol#controls li a {
	float : left;
	color : #FFFFFF;
	text-align : center;
	width : 20px;
	height : 20px;
	line-height : 20px;
	padding : 0px 0px;
	text-decoration : none;
	background : url(../images/numeric_background.png) no-repeat left top;
}

ol#controls li.current a {
	color : #CC0000;
	background : url(../images/numeric_background.png) no-repeat right top;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline : none;
}
