/*
anythingSlider v1.0

By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/* @group home rotator */

.home_rotator .rotator, .home_rotator .rotator .wrapper, .home_rotator .rotator ul li {
	width: 550px;
	height: 250px;
	margin: 0;
	padding: 0;
}

.home_rotator .rotator {
	float: left;
	position: relative;
}
.home_rotator .rotator .wrapper {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.home_rotator .rotator .wrapper ul {
	width: 9999px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
}

.home_rotator .rotator ul li {
	float: left;
	display: block;
	position: relative;
	list-style-image: none;
}

.home_rotator .rotator .arrow {
	display: none;
}

/* @end */

/* @group medium rotator */

.medium_rotator .rotator, .medium_rotator .rotator .wrapper, .medium_rotator .rotator ul li {
	width: 550px;
	height: 250px;
	margin: 0;
}

.medium_rotator .rotator {
	float: left;
	position: relative;
}
.medium_rotator .rotator .wrapper {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.medium_rotator .rotator .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
}

.medium_rotator .rotator ul li {
	display: block;
	float: left;
	padding: 0;
	position: relative;
}

.medium_rotator .rotator .arrow {
	display: none;
}

/* @end */

/* @group quote box */

.quote_box .rotator {
	position: relative;
	width: 240px;
	height: 190px;
	margin: 0;
}
.quote_box .rotator .wrapper {
	width: 240px;
	height: 190px;
	overflow: auto;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.quote_box .rotator .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.quote_box .rotator ul li {
	width: 240px;
	height: 190px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

.quote_box .rotator .arrow {
	display: none;
}

/* @end */

.rotator .forward {
}
.rotator .forward:hover {
}
.rotator .back {
}
.rotator .back:hover {
}

/* @group thumbNav */

#thumbNav {
	position: absolute;
	top: 210px;
	right: 72px;
	text-align: center;
}

#thumbNav a {
	color: #e8e8e8;
	display: inline-block;
	padding: 2px 6px;
	margin: 0 5px 0 0;
	text-align: center;
	text-decoration: none;
	background: url(images/bg_reel.png) repeat;
}
#thumbNav a:hover {
	background: #333;
}
#thumbNav a.cur {
	color: #FEE682;
	background: url(images/bg_reel.png) repeat;
}

#start-stop {
	color: #FFF;
	padding: 2px 6px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 210px;
	text-decoration: none;
	background: url(images/bg_reel.png) repeat;
}
#start-stop.playing {
	background: url(images/bg_reel.png) repeat;
}
#start-stop:hover {
	background: #333;
}

.quote_box #thumbNav {
	display: none;
}
.quote_box #start-stop {
	display: none;
}

/* @end thumbNav */

/* @group prevents */

/* @group home */

.home_rotator .rotator .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.home_rotator .rotator .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.home_rotator .rotator .wrapper ul li p
{
	position: absolute;
	top: 210px;
	left: 0;
	color: #FEE682;
	padding: 2px 10px 2px 20px;
	background: url(images/bg_reel.png) repeat;
}

.home_rotator .rotator .wrapper ul li h2.title {
	position: absolute;
	left: 0;
	color: #FBF3D1;
	width: 100%;
	padding: 2px 0 2px 20px;
	background: url(images/bg_reel.png) repeat;
}
.home_rotator p.wp-caption-text {
	font-style:normal;
	font-size:110%;
}

.medium_rotator .wrapper .wp-caption-text
{
	display: none;
}

/* @end */

/* @group medium */

.medium_rotator .rotator .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.medium_rotator .rotator .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.medium_rotator .rotator .wrapper ul li p
{
	position: absolute;
	top: 210px;
	left: 0;
	color: #DDDAC3;
	padding: 4px 8px 2px 24px;
	background: url(images/bg_reel.png);
}

.medium_rotator .rotator .wrapper ul li h2.title {
	position: absolute;
	top: 0;
	left: 0;
	color: #DDDAC3;
	width: 100%;
	padding: 4px 0 4px 24px;
	background: url(images/bg_reel.png);
}

.medium_rotator .wrapper .wp-caption-text
{
	display: none;
}

/* @end */

/* @end */
