/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.1
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.
: #f2f7fc;
	margin: 25px 30px 0;
	padding: 15px 40px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
#donate p {
	padding: 0;
	margin: 0;
	}

#donate form {
	text-align: center;
	margin: 10px 0 0;
	}



/*-- jShowOff module styles --*/


#arrowfeatures
{
	background: white;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 261px;
	height: 82px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	  padding-bottom:15px;
	}


#features {
	background: #efefef;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 6685px;
	height: 200px;

	}
	
	
#featuresReduced {
	background: #efefef;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 685px;
	height: 200px;

	}
	
		
#featuresNarrow {
	background: #efefef;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 325px;
	height: 300px;

	}	
	
	
	
	
	
.jshowoff {
	width: 659px;
	height: 305px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}

.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;

	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a.jshowoff-active {
	background: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}
