/*

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: 265px;
	height: 200px;

	}
.jshowoff 
{
    font-family:Tahoma;
	width: 265px;
	}
.jshowoff div {	
	width: 265px;
	height: 200px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#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;
	}
.eddie
{
    float: right;
    padding: 15px 20px 15px 20px;
}
.jshowoff p.jshowoff-slidelinks
{
    position: relative;
    bottom: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
}

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover
{
    background-color: #C0C0C0;
    color: #000;
}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 9pt;
	line-height: 10px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext
{
    color: #fff;
}

