/*
    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: 960px; height: 403px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 403px; margin: 0; position: absolute; top: 2px; left: 0; }

.anythingSlider .wrapper ul             { width: 99999px;	list-style: none;	position: absolute;	top: 0px; 	left: 0px;/*	background: #eee;	border-top: 3px solid #e0a213;	border-bottom: 3px solid #e0a213;*/	margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 403px; width: 960px; margin: 0px 0 0; }
.anythingSlider ul li h2           		{ font-size: 35px; color: #e6a612; display: inline-block; padding: 20px 0 0 12px; }
.anythingSlider ul li h3                { display: inline-block; width: 450px; padding: 20px 0 0 20px; font-size: 30px; color: #000; }

.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 100px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -70px; }
.anythingSlider .back                   { background-position: -67px 0; left: -70px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: absolute; right:80px; top: 360px; text-align: center; }
#thumbNav a                             { color: black; display: inline-block; background:url(../images/slide-number-bg.png) no-repeat; width: 28px; height: 29px; padding: 4px 0 0 ;}
#thumbNav a:hover                       { background:url(../images/number-bg.png) no-repeat; width:28px; height:29px; }
#thumbNav a.cur                         { background:url(../images/number-bg.png) no-repeat; width:28px; height:29px; }

#start-stop                             { color: white; background: url(../images/start-stop-bg.png) no-repeat; width: 65px; height: 25px; padding:4px 0 0; text-align: center; position: absolute; right: 0px; top: 360px; }
#start-stop.playing                     { background: url(../images/start-stop-hover-bg.png) no-repeat; }
#start-stop:hover                       { background: url(../images/start-stop-hover-bg.png) no-repeat; }

/*
  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; }
