/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.1
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.

*/

/*-- jShowOff module styles --*/


#features {
	background: #244459; /*GTD */
	position: relative;
	z-index:40;
	margin: 40px 0 0 0; /*  */
	overflow: hidden;
	width: 930px;
	color:#FFF;
	}

#features a{
	color:#9CF;	
	}
	
.jshowoff {
	width: 930px;
	height: 627px;/*height: 611px; 575+36*/
	padding:0;
	margin:0;
	}
.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: 10px 0 0 12px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	width:670px;
	padding-bottom:12px;
	}
.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	/*background: #00E; GTD */
	color: #5a5a5a;
/*	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;*/
	padding: 0;
	margin: 0 auto;
	float: right;/*changed from left GTD*/
	text-decoration: none;
/*	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; */
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a.jshowoff-active {
	background: #000;
	color: #5a5a5a;
	}
p.jshowoff-controls {
	 width:230px;/*GTD*/
height:15px;/*GTD*/
	 position:absolute;
	 left:691px;
	 top:592px;
	 z-index:10;
	overflow: auto;
/*	height: 1%; */
	padding: 0; /*0 0 5px 5px;*/
	margin: 0;
	vertical-align:middle;
	}
.jshowoff-controls a {
	margin: 0;/*5px 5px 0 0;*/
	font-size: 12px;
	line-height: 15px;
	padding: 0;/*4px 8px 5px;*/
	}

