﻿/*
    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: 940px; height: 464px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 940px; overflow: hidden; height: 464px;  position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; height: 440px; width: 940px; margin: 0; text-align:center; }
.anythingSlider .arrow                  { display: block; height: 61px; width: 61px; text-indent: -9999px; position: absolute; top: 287px; left:78px; cursor: pointer; background:url(../images/arrow.png) no-repeat 0 0;}
.anythingSlider .forward                { display:none; }
.anythingSlider .back                   { display:none; }


#thumbNav                               { position:absolute; top: -15px;  right:-53px;  padding:0; width:60px; height:224px; text-align:center; padding:17px 0 0 0;}
#thumbNav a                             { color: #1e1e1e; display:block; height: 17px;  width:17px; padding:2px 0 2px 0; background: url(../images/butt_empty.png) no-repeat; text-align: center; font-size:0px; z-index:100; text-decoration:none; margin:0 0 0 15px; text-indent:-9211px; *margin:0;}
#thumbNav a:hover                       { background: url(../images/butt_full.png) no-repeat ; }
#thumbNav a.cur                         { background: url(../images/butt_full.png) no-repeat; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 22px; top: 464px; -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                     { background-color: red; }
#start-stop:hover                       { background-image: 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; }


.anythingSlider strong 					{ display:block; font-size:44px; letter-spacing:-1px; font-weight:600; color:#fff; text-align:left; line-height:50px;} 
.anythingSlider span 					{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:20px; color:#fff; text-align:left; } 