/*-- jShowOff module styles --*/


#showoff {
	background: #efefef;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
	width: 700px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
#jshowoff {
	width: 700px;
	height: 270px;
	}
#jshowoff div, #jshowoff img, #jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
	
#jshowoff h2, #jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
	
#jshowoff h1 {
	margin: 0;
	padding: 0px 20px 0px;
}

#jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
#eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
#jshowoff-slidelinks {
	position: absolute;
	bottom: -7px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
#jshowoff-slidelinks a, #jshowoff-controls a {
	display: block;
	background: #596854;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
	
#jshowoff-slidelinks a.jshowoff-active, #jshowoff-slidelinks a:hover  {
	background: #fff;
	color: #000;
	text-decoration: none;
	}
p#jshowoff-controls {
	background: #B7BCAF;
	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;
	color: #ccc;
	}
	
#jshowoff-controls a:hover{
	color: white;
	text-decoration: none;
}
