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

#slideshow img {position:absolute;top:0px;left:0px;z-index:8;}
#slideshow img.active {z-index:10;}
#slideshow img.next {z-index:9;}
#slideshow                        { width: 619px; height: 345px; position: relative; margin-bottom:10px; overflow:hidden;}
.anythingSlider .wrapper                { width: 619px; overflow: auto; height: 341px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; position:absolute; top:0px; left:0px; padding: 0; height: 317px; width: 680px; margin: 0; }


#thumbNav                               { z-index:15;position: relative; top: 320px; text-align: center; color:#fff;overflow:hidden; }
#thumbNav a                             { color:#fff;display: inline-block; width:auto; height:25px;margin-left:3px; }
#thumbNav a:hover                       { color:#000; }
#thumbNav a.cur                         {  color:#0000FF;}
#thumbNav a #home_tab1							{width:105px; height:25px; background:url(../images/home_tabs.png); background-position:0px 0px;}
#thumbNav a #home_tab2							{width:133px; height:25px; background:url(../images/home_tabs.png); background-position:0px -25px;}
#thumbNav a #home_tab3							{width:62px; height:25px; background:url(../images/home_tabs.png); background-position:0px -50px;}
#thumbNav a #home_tab4							{width:96px; height:25px; background:url(../images/home_tabs.png); background-position:0px -75px;}
#thumbNav a #home_tab5							{width:177px; height:25px; background:url(../images/home_tabs.png); background-position:0px -100px;}
#thumbNav a.cur #home_tab1							{width:105px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px 0px;}
#thumbNav a.cur #home_tab2							{width:133px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px -25px;}
#thumbNav a.cur #home_tab3							{width:62px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px -50px;}
#thumbNav a.cur #home_tab4							{width:96px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px -75px;}
#thumbNav a.cur #home_tab5							{width:177px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px -100px;}
#thumbNav a:hover #home_tab1							{width:105px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px 0px;}
#thumbNav a:hover #home_tab2							{width:133px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px -25px;}
#thumbNav a:hover #home_tab3							{width:62px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px -50px;}
#thumbNav a:hover #home_tab4							{width:96px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px -75px;}
#thumbNav a:hover #home_tab5							{width:177px; height:25px; background:url(../images/home_tabs_hover.png); background-position:0px -100px;}
#start-stop                             {  color:#fff;height:15px; width: 0px; text-align: center; position: absolute; right: 45px; top: 318px; }
#start-stop.playing                     {color:#fff;}
#start-stop:hover                       { color:#000; }

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