/*
    anythingSlider v1.2
    
    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, .anythingSliderAdv                         { width: 830px; height: 553px; position:relative; left:70px; border:1px solid #323232;
-moz-box-shadow:0 0 12px black;
box-shadow:0 0 12px black;
-webkit-box-shadow:0 0 12px black;}

.anythingSlider .wrapper, .anythingSliderAdv .wrapper                { width: 830px; overflow: auto; height: 553px; margin: 0 0; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul, .anythingSliderAdv .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }

.anythingSlider .wrapper ul li, .anythingSliderAdv .wrapper ul li          { display: block; float: left; padding: 0; height: 553px; width: 830px; margin: 0; }

.anythingSlider .arrow, .anythingSliderAdv .arrow                  { display: block; height: 44px; width: 56px; background: url(../images/sliderbuttons.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -480px; cursor: pointer; z-index:200; }

.anythingSliderAdv .arrow {visibility: visible;}

.anythingSlider .forward, .anythingSliderAdv .forward                { background-position: 0 0; right: -42px;}

.anythingSlider .back, .anythingSliderAdv .back                   { background-position: -60px 0; left: -38px;}

.anythingSlider .forward:hover, .anythingSliderAdv .forward:hover          { background-position: 0 -50px; }

.anythingSlider .back:hover, .anythingSliderAdv .back:hover             { background-position: -60px -50px; }

.thumbNav                               { position: relative; top: 553px; text-align: center; visibility:hidden;}


.thumbNav li                            { display: inline; }

.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; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }

.thumbNav a:hover                       { background-image: none; }

.thumbNav a.cur                         { background: #e0a213; }

.start-stop                             { z-index: 10; background-image: url(../images/sliderbuttons.png); background-repeat:no-repeat; background-position: -120px 0; color: white; height:44px; width: 56px; text-align: center; position: absolute; right: -30px; top: 538px; visibility:hidden; text-indent:-9999px;}

.anythingSliderAdv .start-stop {visibility:visible;}

.start-stop.playing                     { background-position: -120px -50px; }


/*
  Prevents
*/
.anythingSlider .wrapper ul ul, .anythingSliderAdv .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }

.anythingSlider .wrapper ul ul li, .anythingSliderAdv .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }