/*

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.

*/

#features{
	background: #fff;
	position: relative;
	/*width: 403px;*/
	min-height: 180px;
	border: 1px solid #ddc;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px
	}
#features div{
	height:180px;
	overflow:hidden;
}
* html #features{
	/*width: 401px;
	height: 155px*/
	}
.jshowoff {
	/*width: 405px;*/
	margin-bottom: 5px;
	}
* html .jshowoff {
	/*width: 403px*/
	}
.jshowoff div {	
	/*width: 403px;*/
	min-height: 180px
	}
* html .jshowoff div {	
	/*width: 401px;
	height: 155px*/
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px
	}
	
	
.jshowoff h2{
	padding: 5px;
	margin: 0;
	}
.jshowoff p{
	margin:0;
	padding:0 5px 5px 5px;
}

.eddie {
	float: left;
	margin: 5px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 3px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #fff;
	color: #000;
	padding: 2px 7px 2px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 100%;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #EEEEDD;
	color: #000;
	
	}
p.jshowoff-controls {
	background: #ddc;
	overflow: auto;
	height: 1%;
	padding: 0 0 2px 5px;
	margin: 0;
	border: 1px solid #ddc;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
.jshowoff-controls a {
	margin: 1px 5px 0 0;
	font-size: 100%;
	line-height: 15px;
	/*padding: 4px 8px 5px;*/
	}

.jshowoff-pausetext {
	color: #fff;
	}
