/*

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 { width: 1000px; height: 386px; }
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures { position: relative; overflow: hidden;	}
.jshowoff { margin: 0; padding: 0; }
.jshowoff div { width: 1000px; height: 386px; margin: 0; padding: 0; position: relative; }
.jshowoff div, .jshowoff img, .jshowoff {}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {}
.jshowoff div p, .jshowoff div h2 {_background-color: #efefef;}
.jshowoff h2, .jshowoff p {}
.jshowoff p {}
.eddie { float: right; padding: 15px 20px 15px 20px; }
.jshowoff p.jshowoff-slidelinks { position: absolute; margin: 0; padding: 0; right: 50px; bottom: 118px; }
.jshowoff-slidelinks a, .jshowoff-controls a { width: 12px; height: 12px; display: block; background: url(../_img/bg/bullet.gif) 0 -12px no-repeat; float: left; text-decoration: none; outline: none; text-indent: -100px; overflow: hidden; margin: 0 0 0 4px; }
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover { background-position: 0 0; }
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover { background-position: 0 0; }
p.jshowoff-controls { background: #aaa; overflow: auto; height: 1%; margin: 0; }
.jshowoff-controls a { font-size: 12px; line-height: 15px; }
.jshowoff-pausetext { color: #fff; }
