/*

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 {
	position: relative;
	overflow: hidden;
	height: 308px;
	
	}




.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 15px;
	top:285px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	position:relative;
    z-index:9;
	cursor:pointer;
    text-indent: 9999px;
    display: inline-block;
    background-color: #666;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin-right: 7px;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}


