/*

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.

*/



/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 316px;
	}
.jshowoff {
	width: 450px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 450px;
	height: 316px;
	}

#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 
{
    vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;

	color: #222222;
	padding: 5px 12px 6px 12px;
	margin: 5px 0 0 1px;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #333333;
	color: White;
	}
p.jshowoff-controls {
	background-image: url(/images/rotatorBack.gif);
	background-repeat: repeat-x;
	overflow: auto;
	height: 25px;
	padding: 0px;
	margin: 0;

	}
.jshowoff-controls a {
	margin: 0px;
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	}

.jshowoff-pausetext 
{
    background-image: url(/images/rotatorPause.gif);
	color: #fff;
	}



