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


*                                       { margin: 0; padding: 0; }

.anythingSlider                         { width: 735px; height: 572px; position: relative; margin: 0px; }
.anythingSlider .wrapper                { width: 735px; overflow: auto; height: 572px; margin: 0px 0px 0px 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 572px; width: 735px; margin: 0; }

/*.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }*/
/*.anythingSlider .forward                { background-position: 0 0; right: -20px; }*/
/*.anythingSlider .back                   { background-position: -67px 0; left: -20px; }*/
/*.anythingSlider .forward:hover          { background-position: 0 -200px; }*/
/*.anythingSlider .back:hover             { background-position: -67px -200px; }*/

/*.anythingSlider .arrow                  { display: block; height: 25px; width: 25px; position: absolute; top: 220px; cursor: pointer; }*/
/*.anythingSlider .forward                { background-position: 0 0; right: -20px; }*/
/*.anythingSlider .back                   { background-position: -67px 0; left: -20px; }*/
/*.anythingSlider .forward:hover          { background-position: 0 -200px; }*/
/*.anythingSlider .back:hover             { background-position: -67px -200px; }*/


#thumbNav                               {
    position: relative;
    top: 0px;
    left: 300px;
    text-align: center;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 6px;
}

#thumbNav a                             {
    color: #ffffff;
    text-decoration:none;

    padding: 2px 2px 0px 0px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background:url(/images/slider_button_1.gif) no-repeat top;

    margin: 0 2px 0 0;
}

#thumbNav a:hover                       {
/*    width: 21px;
    height: 20px;*/
    background:url(/images/slider_button_2.gif) no-repeat top;
    padding: 2px 2px 4px 0px;
}
#thumbNav a.cur                         {
/*    width: 21px;
    height: 20px;*/
    background:url(/images/slider_button_2.gif) no-repeat top;
    padding: 2px 2px 4px 0px;
    color: #ffffff;
}

#start-stop                             {
    display: none;
/*
    position: absolute;
    right: 50px;
    bottom: 30px;
    width: 21px;
    height: 20px;
    background:url(/images/slider_button_1.gif) no-repeat top;
    padding: 2px 2px 4px 0px;
    text-align: center;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
*/
}
#start-stop.playing                     {
    display: none;
/*
    width: 21px;
    height: 20px;
    background:url(/images/slider_icon_2.gif) no-repeat top;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
*/
}
#start-stop:hover                       {
    display: none;
/*
    width: 21px;
    height: 20px;
    background:url(/images/slider_icon_2.gif) no-repeat top;
*/
}

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