/*

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: #98a4a8;
	position: relative;
	margin: 0;
	overflow: hidden;
	width: 420px;
/*
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
*/
	}
#features h2 a { font-size: 14px; color:#4b5255; }
#features img { margin:10px; }
#jshowoff {
	width: 420px;
	height: 100px;
	}
#jshowoff div, #jshowoff img, #jshowoff {
/*
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
*/
	}
#jshowoff h2, #jshowoff p {
	font-size: 14px;
	padding: 10px 10px 0px;
	margin: 0;
	color:#4b5255;
	}
#jshowoff p {
	font-size: 12px;
	line-height: 15px;
	}
#eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
#jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
#jshowoff-slidelinks a, #jshowoff-controls a {
	display: block;
	background: #98a4a8;
	color: #fff;
	padding: 3px 7px 3px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
*/
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
#jshowoff-slidelinks a.jshowoff-active {
	background: #4b5255;
	color: #fff;
	}
p#jshowoff-controls {
	background: #ffffff;
	overflow: auto;
	height: 30px;
/* 	height:1%; */
	padding: 0 0 5px 5px;
	margin: 0;
	}
.left-bot { display:block; width:5px; height:5px; background:url(left_bot.gif) no-repeat left top; position:absolute; left:0; bottom:0; }
#jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 3px 8px 3px;
	}
