/*

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%;
	margin: 					0	0 .5em 0;
}
.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 {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}

.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;
	}

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

.jshowoff-pausetext {
	color: #fff;
	}

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

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

.jshowoff-slidelinks a, 
.jshowoff-controls a
{
	text-decoration:					none;
	display:						block;
}

.jshowoff-slidelinks a span, 
.jshowoff-controls a span
{
	display:						block;
	padding:						.4em	.8em	0	.8em;
}

.jshowoff-slidelinks a.jshowoff-active, 
.jshowoff-slidelinks a.jshowoff-active:hover 
{
	background-color:					#35557e;
	border-style:						solid;
	border-color:						#35557e;
	color:							#fff;
}

