/*-- jShowOff module styles --*/
#features {
	height: 488px;
	width: 1000px;
	border-bottom: solid 9px #402e22;
 	position: absolute; 
	overflow: hidden;
}

.slide-overlay
{
	position: absolute;
	height: 488px;
	top: 0;
}

.jshowoff {
	margin: 0 0 0 0;
}
.jshowoff div {	
	height: 488px;
}

.jshowoff-slidelinks {
	position: absolute;
	margin: 0;
	padding: 5px 0 5px 0;
	left: 910px;
	bottom: 28px;
	width: 90px;
	height: 32px;
	z-index: 1000;
	}
#features-main .jshowoff-slidelinks {
	position: relative;
	margin: 0;
	padding: 0;
	bottom: 41px;
	width: 90px;
	z-index: 500;
	}

label 
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 895px;
	height: 25px;
	padding-top: 7px;
	padding-right: 15px;
	text-align: right;
	font-size: 13px;
	z-index: 1000;
}
	
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background: url(/images/dot-on.png) no-repeat left 11px;
	padding: 0 5px 0 0;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	line-height: 15px;
	width: 15px;
	height: 30px;
	}
	
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	background: url(/images/dot.png) no-repeat left 11px;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background: url(/images/dot.png) no-repeat left 11px;
	}
	
	
