/*

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 --*/

#topicFeatured, 
#slidingFeatures, 
#labelFeatures, 
#basicFeatures, 
#thumbFeatures
{
	position: 					relative;
	overflow: 					hidden;
	width: 					100%;
}

.jshowoff
{
	width: 					100%;
}
.jshowoff div {	
	width: 100%;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	}
.jshowoff div p, .jshowoff div h2 {
	}
.jshowoff h2, .jshowoff p {
	}

.jshowoff p
{
	font-size: 						.8em;
	line-height: 						1.1em;
	font-weight:						bold;
}

.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}


.jshowoff DIV.headerRotText
{
	padding-bottom:								0.7em;
}


p.jshowoff-controls {
	overflow: auto;
	height: 1%;
	padding: 						.5em	0;
	margin: 0 0 -.5em 0;
	float: right;
	}

.jshowoff-pausetext {
	color: #fff;
	}

.jshowoff-slidelinks a
{
	float:							left;
	margin-left:						.2em;
}

.jshowoff-controls a
{
	float:							left;
	margin-right:						.2em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.jshowoff-slidelinks a, 
.jshowoff-controls a
{
	text-decoration:					none;
	display:						block;
	opacity:	0.75;
	margin-left: 0.5em;
}

.jshowoff-slidelinks a:hover, 
.jshowoff-controls a:hover
{
	opacity:	1;
}

.jshowoff-slidelinks a span, 
.jshowoff-controls a span
{
	display:						block;
}

.jshowoff-slidelinks a.jshowoff-active, 
.jshowoff-slidelinks a.jshowoff-active:hover 
{
}


A.jshowoff-1-play SPAN,
A.jshowoff-1-pause SPAN,
A.jshowoff-1-prev SPAN,
A.jshowoff-1-next SPAN
{
	width: 1.25em;
	height: 1.25em;
	background-color: #888;
}

A.jshowoff-1-play SPAN
{
	background:				url(/themes/default/images/play.gif) no-repeat center center;
    background-size: 							cover;
}

A.jshowoff-1-paused SPAN
{
	background-image:				url(/themes/default/images/pause.gif)	!important;
    background-size: 		cover;
}

A.jshowoff-1-prev SPAN
{
	background:				url(/themes/default/images/rw.gif) no-repeat center center;
    background-size: 							cover;
}

A.jshowoff-1-next SPAN
{
	background:				url(/themes/default/images/ff.gif) no-repeat center center;
    background-size: 							cover;
}