/*
    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: 740px; height: 320px; position: relative; margin: 0 0 15px 5px; color:#858585;}
.anythingSlider .awrapper                { width: 650px; overflow: auto; height: 341px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .awrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0;/*background: #eee; border-top: 3px solid #e0a213; border-bottom: 1px solid #F00;*/ }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 304px; width: 650px; margin: 0;}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -17px; }
.anythingSlider .back                   { background-position: -67px 0; left: -27px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 304px; text-align: left; left:40px; width:650px; background: url(../images/slider/cellshade.png) repeat-x; }
#thumbNav a                             { color: white; cursor: pointer; font: 12px/18px Lucinda, Sans; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #0E3E5A url(../images/slider/cellshade.png) repeat-x; text-align: center; text-decoration:none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #008ABD; }

#start-stop                             { color: white; text-decoration:underline; cursor: pointer; padding: 2px 2px 2px 20px; position: absolute; right: 50px; top: 303px; background: url(../images/slider/startstop.png) no-repeat 0 1px; }
#start-stop.playing                     { background-image: none; background: url(../images/slider/startstop.png) no-repeat 0 -30px}
#start-stop:hover                       { text-decoration:none;}

/*
  Prevents
*/
.anythingSlider .awrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .awrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
.anythingSlider .awrapper li img      { z-index:2; display:block; }
.anythingSlider .awrapper li h2      {color:#363636; }


/*
    For Specific Slides
*/

.titleshade                             {position:absolute; left:31px; top:33px; height: 68px; width: 9px; background:url(../images/slider/slideTitleLeft.png) no-repeat 0 0;}
.textleft                             {position:absolute;/* left:31px;*/ top:100px; height: 175px; width:300px; padding: 0px 0px 0px 20px; z-index:2;}
.textright                             {position:absolute; top:100px; height: 175px; width:310px; padding: 0px 0px 0px 370px; z-index:2;}

