/*

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 --*/


#slider_tab, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	overflow: hidden;
    margin: 0;
    padding: 0;
	}
.jshowoff {
	margin: 0;
	}
.jshowoff_article {
    height: 300px;
    padding: 4px 4px 4px 4px;
    margin-bottom: 0px;
    overflow:auto;
}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 2px 2px 0px 2px;
    background: #B5C4CF;

	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background: white;
    border: 1px solid #333;
	color: black;
	padding: 2px;
	margin: 2px;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:before {
    content: "";
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	background: #B8001C;
    color: white;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
    background: #B8001C;
    color: white;
	}
p.jshowoff-controls {
	background: #B5C4CF;
	overflow: auto;
	height: 1%;
	padding: 0 0 4px 4px;
	margin: 0;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 4px 2px;
	}

.jshowoff-pausetext {
	color: #fff;
	}