/*-- jShowOff module styles --*/
#features {
	background: #28231e;
 	position: relative; 
	overflow: hidden;
	height: 289px;
	right: 0;
	border-bottom: solid 9px #402e22;	
}
.slide-overlay
{
	position: absolute;
	height: 488px;
	top: 0;
}
.jshowoff {
	margin: 0 0 0 0;
	right: 0;	
}
.jshowoff div {	
	height: 289px;
	right: 0;	
	}

.jshowoff-slidelinks {
	position: absolute;/*relative;/*EDIT 2011-02-16*/
	margin: 0;
	padding: 0;
	right: 0px;/*-268px;/*EDIT 2011-02-16*/
	bottom: 29px;
	width: 90px;
	z-index: 1000;
	}
#features-secondary .jshowoff-slidelinks {
	position: relative;
	margin: 0;
	padding: 0;
	right: -665px;
	bottom: 29px;
	width: 90px;
	z-index: 1000;
	}

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