/* SLIDESHOW STYLES */
BODY {
	background: white;
	margin: 0 0 0 0;
	padding: 0 0 60px 0;
}
.slides LI {
	text-align: center;
}
#sliderControls {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #efefef;
	border-top: 1px solid #ddd;
}
#sliderControls DIV {
	width: 260px;
	margin: 0 auto;	
}
#sliderCounter {
	float: left !important;
	font-size: 12px !important;
	margin: 0 0 0 0;
	width: 60px;
	text-align: center;
	color: #999;
}
#sliderControls A {
	text-indent: -9999px;
	display: block;
	width: 95px;
	height: 18px;
    float: left;
}
#sliderControls A#sliderPrevious {
	background: url(../img/button_previous.gif) no-repeat;
}
#sliderControls A#sliderPrevious:hover,
#sliderControls A#sliderPrevious:focus {
	background: url(../img/button_previous_over.gif) no-repeat;
}
#sliderControls A#sliderNext {
	background: url(../img/button_next.gif) no-repeat;
}
#sliderControls A#sliderNext:hover,
#sliderControls A#sliderNext:focus {
	background: url(../img/button_next_over.gif) no-repeat;
}
