/*
    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:980px; height:270px; position:relative; margin:0 auto; top:-50px;}
.anythingSlider .wrapper                { width:980px; overflow:auto; height:260px; margin:0 0 0 -20px; position:absolute; top:0; left:0; background:transparent url(/static/img/bg-3.jpg) 0 50px no-repeat;}
.anythingSlider .wrapper ul             { width: 99999px; list-style:none; position:absolute; top:0; left:0; background:none;}
.anythingSlider ul li                   { display: block; float:left; padding:0; height:317px; width:960px; margin:0; }
.anythingSlider .arrow                  { display:block; height:47px; width:36px; background: url(/static/img/arrows.png) no-repeat 0 0; text-indent:-9999px; position:absolute; top:140px; cursor:pointer;}
.anythingSlider .forward                { background-position:-37px 0; right:3px; }
.anythingSlider .back                   { left:-37px; }
.anythingSlider .forward:hover          { background-position:-37px -49px; }
.anythingSlider .back:hover             { background-position:0 -49px; }

#thumbNav                               { position:relative; top:230px; left:15px; width:200px; text-align:left; }
#thumbNav a                             { font: 5px, Serif; display:inline-block; text-indent:9000px; overflow:hidden; padding:0; height:7px; margin:0 5px 0 0; background:#333; text-align:center; width:7px; border:none;}
#thumbNav a:hover                       { background: #fff; }
#thumbNav a.cur                         { background: #fff; }

#start-stop                             { display:none; background: green; background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 0px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { display:none; background-color: red; }
#start-stop:hover                       { display:none; background-image: none; }

.txtSlider { float:left; width:360px; margin:80px 0 0 35px; }
.txtSlider h2 {font-size:240%; font-weight:700; font-style:normal; line-height:100%; letter-spacing:-1px; margin:0; color:#fff;}
.imgSlider {float:right; text-align:right; width:564px; margin:20px 0 0 0;}
.imgSlider a {border:none; background:none;}
.imgSlider img {margin-right:0;}

/*
  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; }