/*

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.

*/

#slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: none;
	/*position: relative;*/
	overflow: hidden;
	width: 455px;
	height: 80px;
	}
.jshowoff {
	width: 455px;
	/*margin: 2px 0;*/
	}
.jshowoff div {	
	width: 455px;
	height: 80px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	}
.jshowoff div p, .jshowoff div h2 {
	_background: none;
	}
.jshowoff h2, .jshowoff p {
	padding: 3px;
	margin: 0;
	}

