/*-- jShowOff module styles --*/
#slider-wrapper{width:250px; height:180px; margin:0 auto; background:#fff; overflow:hidden;}
.slidebtm{width:250px; height:45px;}

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 180px;
	z-index:115;
	}
.jshowoff {
	width: 250px;
	height: 180px;
	position:relative; z-index:4;
	}
.jshowoff div {	
	width: 250px;
	height: 180px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	position:relative;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 3px;
	right: 10px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	color: #fff;
	height:13px;
	width:13px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	background: url(../images/bg_control_nav.png) no-repeat;
	_background: url(../images/bg_control_nav.gif) no-repeat;
	outline: none;
	text-indent:-9999px;
	overflow:hidden
	}
	
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #000;
	background: url(../images/bg_control_nav.png) no-repeat;
	_background: url(../images/bg_control_nav.gif) no-repeat;
	background-position: 0px -13px;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	color: #000;
	background: url(../images/bg_control_nav.png) no-repeat;
	_background: url(../images/bg_control_nav.gif) no-repeat;
	background-position: 0px -26px;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}