/*
    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                         { width: 940px; height: 275px; position: relative; }
.anythingSlider .wrapper                { width: 940px; overflow: auto; height: 275px; position: absolute; top: 0; left: 0; }
.fb .anythingSlider						{ width: 758px; height: 222px; }
.fb .anythingSlider .wrapper            { width: 758px; height: 222px; }
                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 275px; width: 940px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 50px; width: 50px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { right: 2px;top:223px;background: url(../images/button_right.png) no-repeat; }
.anythingSlider .back                   { left: 2px;top:223px;background: url(../images/button_left.png) no-repeat }
.anythingSlider .forward:hover          {  }
.anythingSlider .back:hover             {  }
.fb .anythingSlider .forward                { top:170px; }
.fb .anythingSlider .back                   { top:170px; }

#thumbNav                               { position: relative; top: 323px; text-align: center;display: none; }
#thumbNav a                             {  }
#thumbNav a:hover                       {  }
#thumbNav a.cur                         {  }

#start-stop                             { display: none; }
#start-stop.playing                     {  }
#start-stop:hover                       {  }

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

.slider_box															{ position: relative; }
.slider_btn1														{ position: absolute;width: 95px;top: 177px;left: 710px; }
.slider_btn2														{ position: absolute;width: 95px;top: 177px;left: 830px; }
.fb .slider_btn2													{ top: 139px;left: 660px; }

#arrow_back															{	display: none; }
#arrow_forward													{	display: none; }
