/*

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 {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 674px;
	height: 364px;
	z-index: 2;
	float: left;
	}
	
	#jshowoff {
	width: 674px;
	height: 364px;
	}

#jshowoff-slidelinks {
	position: absolute;
	bottom: 4px;
	right: 415px;
	margin: 0;
	padding: 0;
	}
#jshowoff-slidelinks a, #jshowoff-controls a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 2px 2px 2px;
	margin: 2px 0 0 2px;
	color:				#666;
	font-size:			12px;
	text-decoration:	none;
}

#jshowoff-slidelinks a.jshowoff-active {
	color: #fff;
	}
/* -- p#jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
#jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	} --*/
