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

.anythingSlider                         { width: 930px; height: 219px; position: relative; margin: 0 auto 15px;}
.anythingSlider .wrapper                { width: 930px; overflow: auto; height: 209px; margin: 0; position: absolute; top: 0; left: 0;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding-left:280px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 209px; width: 369px; margin: 0;}
.anythingSlider .arrow             { display: block; height: 51px; width: 53px;  text-indent: -9999px; position: absolute; top: 37%; cursor: pointer; }
.anythingSlider .forward                {background: url(/images/18.6bd63f7124969f7dcc800049759/arrow_right.png) no-repeat 0 0; left: 877px; }
.anythingSlider .back                   {background: url(/images/18.6bd63f7124969f7dcc800049758/arrow_left.png) no-repeat 0 0; left: 0; }
.anythingSlider .forward:hover          {background: url(/images/18.6bd63f7124969f7dcc800049759/arrow_right.png) no-repeat 0 0; left: 877px;}
.anythingSlider .back:hover             {background: url(/images/18.6bd63f7124969f7dcc800049758/arrow_left.png) no-repeat 0 0; left: 0 }

#thumbNav                               { position: relative; top: 202px; text-align: left; display:inline;}
#thumbNav a                             { color: #B5B5B5; font: 11px Arial, Sans-Serif; font-weight:bold; text-decoration: none; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { color: #7A7A7A; background: url(/images/18.6bd63f7124969f7dcc800049843/heart.png) no-repeat 55% 15%; }

#start-stop                             { background: #B5B5B5; color: white; font: 11px Arial, Sans-Serif; font-weight:bold; text-decoration: none; padding: 1px 5px 2px; width: 40px; text-align: center; position: relative; top: 202px; display:inline-block; margin: 0;}
* html #start-stop                             {top: 197px;}
*+html #start-stop                             {top: 197px;}

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