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


.anythingSlider                         { width: 950px; height: 370px; position: relative; margin: 0; overflow: hidden; }
.anythingSlider .wrapper                { width: 950px; overflow: auto; height: 370px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; height: 370px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; padding: 0; overflow: hidden;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 370px; width: 950px; margin: 0; position: relative;}
.anythingSlider .arrow                  { display: block; height: 370px; width: 315px; background: url('../gfx/home_feature_nav.png') no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0; cursor: pointer; opacity: 0; filter:alpha(opacity = 0);}
.anythingSlider .forward                { background-position: 0 0; left: 635px; }
.anythingSlider .back                   { background-position: -315px 0; left: 0; }
/*.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }*/

.anythingSlider ul li .bar {
	position: absolute;
	top: 331px;
	left: 0;
	z-index: 5;
	background: url('../gfx/home_feature_bar.png') repeat;
	height: 39px;
	width: 950px;
	}

.anythingSlider ul li .bar {
	line-height: 39px;
	width: 950px;
	color: #fff;
	margin: 0;
	padding: 0;
	}

.anythingSlider ul li .bar p {
	margin: 0;
	padding: 9;
	font-size: 18px;
	width: 850px;
	float: left;
	}

.anythingSlider ul li .bar span {
	float: left;
	background: url('../gfx/home_feature_span.png') no-repeat top right;
	padding: 0 20px;
	margin-right: 12px;
	line-height: 39px;
	}

.anythingSlider ul li .bar a {
	color: #eee;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	}

.anythingSlider ul li .bar a:hover {
	color: #fff;
	}
	
.anythingSlider #pager {
	position: absolute;
	bottom: 12px;
	right: 5px;
	z-index:50;
	height: 12px;
}
.anythingSlider #pager a {
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	margin: 0 8px 0 0;
	padding: 0;
	line-height: 12px;
	background: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-indent: -9999px;
}

.anythingSlider #pager a:hover {
	background: #333;
}


.anythingSlider #pager a.cur {
	background: #fff;
}

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../gfx/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { display:none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
