/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	
	position: relative;
	overflow: display;
	width: 430px;
	height: 162px;
	margin:0 0 0 10px;
	
	}
.jshowoff {
	width: 430px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 430px;
	height: 135px;
	color:#09347a; 
	}

#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div img {
	float:left; margin:0 15px 0 0;
	border:#2c6cd6 1px solid; padding:2px;
	}

.jshowoff a {
	color:#09347a; font:bold 16px Arial, Helvetica, sans-serif;
	}

.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks {display:none;}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	width:20px; height:19px; text-indent:-999px;
	float: left;
	text-decoration: none;
	
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	/*background: #aaa;*/
	overflow: auto;
	height: 1%;
	margin: 0;
	float:right;
	margin:-20px 0 0 0;
	position:relative; z-index:99999;
	}
.jshowoff-controls a {
	margin-left:3px;
	}

.jshowoff-pausetext {
	color: #fff;
	}
a.jshowoff-paused {background:url(pause.jpg) top left no-repeat; width:20px; height:19px; display:none;}
a.jshowoff-play {background:url(play.jpg) top left no-repeat; width:20px; height:19px; display:none;}
a.jshowoff-prev {background:url(pre.jpg) top left no-repeat;}
a.jshowoff-next {background:url(next.jpg) top left no-repeat;}
