@charset "utf-8";

/*-- jShowOff module styles --*/
#features {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.jshowoff {
	margin: 0 0 5px 0;
	width: 100%;
}
.jshowoff div {	
	height: 370px;
	width: 100%;
}
.jshowoff p.jshowoff-slidelinks {
	bottom: 5px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
}
.jshowoff-slidelinks a,
.jshowoff-controls a {
	border-radius: 5px;
	background-color: #f3f3f3;
	color: #666666;
	display: block;
	float: left;
	line-height: 14px;
	margin: 5px 0 0 5px;
	outline: none;
	padding: 5px 7px 5px;
	text-decoration: none;
}
.jshowoff-slidelinks a:hover,
.jshowoff-controls a:hover {
	color: #e3442a;
}
.jshowoff-slidelinks a.jshowoff-active,
.jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #e4ffca;
	color: #000000;
}
p.jshowoff-controls {
	background: #90bb75;
	border-radius: 5px;
	height: 1%;
	margin: 0;
	overflow: auto;
	padding: 0 0 5px 5px;
}
.jshowoff-controls a {
	border-radius: 5px;
	line-height: 15px;
	margin: 5px 5px 0 0;
	padding: 4px 8px 5px;
}