/*
    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: 680px;
	height: 251px;
	position: relative;
	margin: 0 auto 15px;
	float:left;
	margin-top:10px;
	left:45px;


}
.anythingSlider .wrapper                {
	width: 569px;
	overflow: auto;
	height: 255px;
	margin: 0 40px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul{ 
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0;
	background: #eee; 
	border-top: 3px solid #e0a213; 
	border-bottom: 6px solid #e0a213; 
	margin: 0; height:248px;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 248px; width: 569px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 20px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 26px; width:45px;}
.anythingSlider .back                   { background-position: -88px 0; left: -5px;  width:45px;}
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -88px -200px; }

#thumbNav                               { position: relative; top: 254px; text-align: center; }
#thumbNav a                             { color: black; font-size:11px; Georgia, Serif; display: inline-block; padding: 0px 0px; height: 17px; margin: 0 8px 0 0; background: #c58b04 url(../images/a.gif) repeat-x; text-align: center; width:32px; text-decoration:none; }
#thumbNav a:hover                       { background-image: url(../images/active.gif); }
#thumbNav a.cur                         { background-image: url(../images/active.gif)}

#start-stop                             { background-image: url(../images/stop.gif); background-repeat: repeat-x; color: white; padding: 0px 0px; width: 32px; text-align: center; position: absolute; right: 71px; top: 255px; font-size:10px; height:17px; text-decoration:none;}
#start-stop.playing                     { background-image: url(../images/stop.gif); }
#start-stop:hover                       { background-image: url(../images/stop.gif); color:#FC0;}

/*
  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; }
