/*

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 --*/
#heroCenter {
	float:left;
	height: 284px;
	overflow: hidden;
	width: 535px;
	z-index:1;
	}
.jshowoff {
	float:left;
	width: 535px;
	margin: 0;
	}
.jshowoff div {	
	width: 535px;
	height: 284px;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}


/*-- Re-styled Thumbnail Demo --*/

.heroCenter p.jshowoff-slidelinks {
height: 29px;
left: 450px;
padding: 0px;
top: 213px;
position: absolute;
z-index: 2;
/*   background: none repeat scroll 0 0 #0eafe6;*/
}
	
/*.heroCenter p.jshowoff-slidelinks {
    background: none repeat scroll 0 0 #4E4E4E;
    height: 32px;
    left: 5px;
    padding: 1px;
    position: absolute;
    top: 5px;
    z-index: 2;
}*/
	
.heroCenter .jshowoff-slidelinks a {
	background-position:center;
	background-repeat:no-repeat;
	display: block;
	float: left;
	font-size:0;
	height: 25px;
/*	background-color:#0eafe6;*/
	margin: 1px;
	padding: 0;
	/*text-indent: -10000em;*/
	width: 24px;
	}

/*.heroCenter .jshowoff-slidelinks a {
    background-color: blue;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 0;
    height: 30px;
    margin: 1px;
    padding: 0;
    width: 50px;
}*/
	
.jshowoff-slidelinks a:hover {
	background-color: #0eafe6;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #FFF;
	color: #000;
	}
.heroCenter .jshowoff-controls a.jshowoff-prev, 
.heroCenter .jshowoff-controls a.jshowoff-next, 
.heroCenter .jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.heroCenter {
	height: 284px;
	}