/*

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 --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	overflow: hidden;
	width: 550px;
	height: 458px;
	}
.jshowoff {
	width: 550px;
	height: 476px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
	
	


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0;
  padding: 0;
	}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 20px;
	height: 20px;
	background-color: none;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	text-align:center;
	background:url('../topimg/jshowoff.btn_off.png') no-repeat center center;
	}
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 50px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 204px;
	width: 100%;
	z-index: 150;
	}
.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}

.thumbFeatures .jshowoff-controls a.jshowoff-prev {
	left: 0px;
	background-image: url(../topimg/jshowoff.btn_prev.gif);
  opacity: 0.0; filter:alpha(opacity=0);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
	right: 0px;
	background-image: url(../topimg/jshowoff.btn_next.gif);
  opacity: 0.0; filter:alpha(opacity=0);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}

.jshowoff-controls a.jshowoff-prev:hover {
  opacity: 0.8; filter:alpha(opacity=80);
	}
.jshowoff-controls a.jshowoff-next:hover {
  opacity: 0.8; filter:alpha(opacity=80);
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover, .jshowoff-slidelinks a:hover {
	background:url('../topimg/jshowoff.btn_on.png') no-repeat center center;
	}
p.jshowoff-controls {
	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;
	}

.jshowoff-pausetext {
	color: #aaa;
	}

#followLinkArea {
  width:450px;
  left:50px;
  display:block;
}