﻿/*
    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: 720px; height: 300px; position: relative; margin:0px 0px 20px 10px; }
.anythingSlider .wrapper                { width: 720px; overflow: auto; height: 300px; 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; padding:0; height: 250px; width: 721px; margin: 0; position:relative;}
.anythingSlider p                       { margin: 0px 0px 0px 0px; }
.anythingSlider .arrow                  { display: block; height: 54px; width: 54px; text-indent: -9999px; position: absolute; top: 106px; cursor: pointer; z-index:1; }
.anythingSlider .forward                { background: url(../images/arrow-right.png) no-repeat 0 0; right:10px; }
.anythingSlider .back                   { background: url(../images/arrow-left.png) no-repeat 0 0; left:10px; }
.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             { }

#main .anythingSlider h2 { position:absolute; z-index:1; font-size:20px; background:url(../images/bg-slider.png) top left; color:#ffffff; display:block; width:315px; padding:5px; bottom:0; right:15px; }
.anythingSlider p img { z-index:0; }


#thumbNav                               { position: relative; background: url(../images/slider-nav.png) no-repeat 0 0; top: 259px; height:50px; text-align: center; }
/*
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }
*/
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; width:14px; height:14px; margin: 22px 3px 0px 3px; background: url(../images/slider-bullet.png) top left no-repeat; text-align: center; text-indent:-9999px;}
#thumbNav a:hover                       { }
#thumbNav a.cur                         { background: url(../images/slider-bullet-active.png) top left 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: 45px; top: 323px;}
#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; }