/*-- jShowOff module styles --*/

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 740px;
	height: 200px;
	margin:25px 0 0 0;
	padding:0px;
	border-top: 2px solid #8B7241;
    	border-left: 2px solid #8B7241;
    	border-right: 2px solid #8B7241;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}
.jshowoff {
	width: 740px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 740px;
	height: 200px;
	}
.jshowoff div  {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}

.jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	background-color: #fff;
	line-height: 1.5em;
	}
.jshowoff h2, .jshowoff p {
	font-size: 22px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.jshowoff div h2 {
	font-style: normal;
	color: #540115;
}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #cdc092;
	color: #2B0007;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	font-weight:bold;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.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: #2B0007;
	}
p.jshowoff-controls {
	background: #2B0007;
	overflow: auto;
	height: 1%;
	width: 739px;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #2B0007;
	font-weight: bold;
	}


.img_left {
	float: left;
	margin: 10px;
}
.img_right {
	float: right;
	margin: 10px;
}