/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.0
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.

*/


/*-- jShowOff module styles --*/

#features {
	position: relative;
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 780px;
	background: #000000;
	}
#jshowoff {
	width: 780px;
	height: 400px;
	}
#jshowoff div, #jshowoff img, #jshowoff {
	}
#jshowoff h2, #jshowoff p {
	font-size: 11px;
	padding: 15px 20px 0px;
	margin: 0;
	}
#jshowoff p {
	font-size: 11px;
	line-height: 14px;
	}
#eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
#jshowoff-slidelinks {
	position: absolute;
	bottom: 0;
	right: 5px;
	margin: 0;
	padding: 0;
	}
#jshowoff-slidelinks a, #jshowoff-controls a {
	display: block;
	color: #666666;
	padding: 3px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
#jshowoff-slidelinks a.jshowoff-active {
	color: #CCCCCC;
	font-weight: bold;
	}
p#jshowoff-controls {
	overflow: hidden;
	height: 20px;
	width: 400px;
	padding: 0;
	margin: 0;
	}
#jshowoff-controls a {
	margin: 0 5px 4px 10px;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color:#999;
	padding: 2px;
	}
