/*
    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/
*/


#page .anythingSlider                         { width: 988px; height: 354px; position: relative; margin: 0; }
#page .anythingSlider .wrapper                { width: 950px; overflow: auto; height: 354px; margin: 0 19px; position: absolute; top: 0; left: 0; }
#page .anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
#page .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 354px; width: 950px; margin: 0; }
#page .anythingSlider .arrow                  { display: block; height: 35px; width: 35px; background: url(../../../images/slider-arrow.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 158px; cursor: pointer; }
#page .anythingSlider .forward                { background-position: 0 0; right: -6px; }
#page .anythingSlider .back                   { background-position: -35px 0; left: -6px; }
#page .anythingSlider .forward:hover          { background-position: 0 -38px; }
#page .anythingSlider .back:hover             { background-position: -35px -38px; }


#thumbNav                               { position: relative; top: 313px; text-align: center; padding: 0; margin: 0 16px 0 18px;}
#thumbNav a                             { display: block; float: left; width: 316px; height: 41px; border-width: 0 2px 0 0; border-style: solid; border-color: #FFFFFF; background:url(../../../images/slidermenu.png) no-repeat 50% -1px; text-indent: -9999px;}


#thumbNav a.panel-2		{background-position: 50% -45px;}
#thumbNav a.panel-3		{background-position: 50% -89px;}

#start-stop                             { display: none; }

/*
  Prevents
*/
#page .anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#page .anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
