/*

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

*/


.rotator1 { width:686px; height:389px; /* classes for .main */ float:left; margin:10px; }
.rotator2 { width:612px; height:281px; /* classes for .main */ float:left; margin:10px; }



/*-- jShowOff module styles --*/


.jshowoff {
	/*width: 500px;
	margin: 10px 0;*/
	}
.jshowoff div {	
	/*width: 500px;
	height: 250px;*/
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	margin-bottom:40px;	/* by LAS: to account for the controls being below the image */
	}
#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: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks 
{
	display:block;
	position:absolute;
	top:100%;
	right:0px;
	
	/*
	position: absolute;
	bottom: 5px;
	right: 5px;
	*/	

	margin: 0;
	padding: 0;
	padding-right: 5px;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	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: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 {
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	
	background: #aaa;
	/*overflow: auto;*/
	/*height: 1%;*/
	padding: 5px 0 5px 0px;
	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: 0px 5px 0px 5px;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}