#slider
{
}
#slider UL, #slider LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider LI
{
	float: left;
	overflow: hidden;
	width: 905px;
	height: 65px;
	list-style: none;
}
#prevBtn, #nextBtn
{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#nextBtn
{
	left: 696px;
}
#prevBtn A, #nextBtn A
{
	display: block;
	width: 30px;
	height: 77px;
	background: url(images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn A
{
	background: url(images/btn_next.gif) no-repeat 0 0;
}
#slider_home {height: 316px;}
#slider_home UL, #slider_home LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider_home LI
{
	float: left;
	overflow: hidden;
	width: 906px;
	height: 316px;
	list-style: none;
}
/*numeric controls*/
OL#controls
{
	float: right;
	position: relative;
	top: 0;
	left: 0;
	margin: -22px 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
OL#controls LI
{
	padding: 0;
	float: left;
	list-style: none;
	height: 20px;
	line-height: 20px;
	border: 1px solid #CCC;
}
OL#controls LI A
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #333;
	padding: 0 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #F0F0F0;
}
OL#controls LI.current A
{
	background: #249BB6;
	color: #FFF;
}
OL#controls LI A:focus, #prevBtn A:focus, #nextBtn A:focus
{
	outline: none;
}

