.jSlideHolder {
	clear: both;
	float: left;
	display: inline;
	height: 400px;
	width: 805px;
}

.jSlideShow {
	margin-bottom: 10px;
	clear: both;
	float: left;
	height: 450px;
	display: inline;
}

ul.slideControls {
	margin-top: 400px;
	position: absolute;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../images/explore/explore_controls_bg.gif);
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	display: block;
	height: 50px;
	width: 805px;
}

ul.slideControls li {
	line-height: 50px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	float: left;
	height: 50px;
	width: 257px;
}

.jSlideShow .loader {
	background-repeat: no-repeat;
	background-image: url(../images/explore/explore_loader.gif);
	background-position: center center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 999;
	position: absolute;
	display: block;
	background-color: black;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
.jSlideShow .pointer{
	z-index: 999;
	display:block;
	width: 17px;
	height: 9px;
	position: absolute;
}
.js805{
	width: 805px;
}
.jSlideWrapper{
	width: 805px;
	height: 400px;
	position: absolute;
}
