/*
    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: 45em; height: 160px; position: relative;  margin: 0px 0 10px;  color:#f4cea0;}
.anythingSlider .wrapper                { width: 60em; height: 160px; position: absolute; top: 5px; left: 0; font: 0.7em Tahoma, Geneva, sans-serif;;margin: 10px 0 0 0; } 


                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0 10px; ; height: 200px; width: 60em ;  }

.thumbNav                               { position: relative; top: 150px; text-align: right; right: 110px; z-index:15; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: #fff; font: 0.7em Tahoma, Geneva, sans-serif;; display: inline-block; padding: 4px 8px; height: 18px; margin: 0; background: #b42020; text-align: center; text-decoration:none; }
.thumbNav a:hover                       { background-image: none; text-decoration:underline;}
.thumbNav a.cur                         { font-weight:bold; color:#FFF; background:#ab0707; text-decoration:none;}
.thumbNav a:visited  {color: #FFF;}

.start-stop                             { z-index: 10; color: #FFF; padding: 5px 8px; width: 40px; text-align: center; position: absolute; right: 50px; top: 155px; font: 0.7em Verdana, san-serif; text-decoration:underline;}
.start-stop.playing                     {color: #FFF; border:none;}
.start-stop:hover                       { color: #FFF; background-image: none; }
.start-stop:visited  {color: #FFF;}

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


/*
  INSIDE
*/

.anythingSlider .wrapper h2             { font: 1.2em Tahoma, Geneva, sans-serif;}
.anythingSlider .wrapper a              { color:#f4cea0; text-decoration:underline; font-weight:bold;}
.anythingSlider .wrapper a:hover        { text-decoration:none;}

.price { font-weight:bold; position:relative; background-color:#c01f1f; width:80px; text-align:center; display:blsck; padding:3px;}

.anythingSlider .wrapper a.a_xs         { color:#f4cea0; text-decoration:none;  font: 0.7em Tahoma, Geneva, sans-serif;}
.anythingSlider .wrapper a.a_xs:hover        { text-decoration:underline; }
.anythingSlider .wrapper a.a_h1        {text-decoration:none;  font: 1.3em Tahoma, Geneva, sans-serif;}
.anythingSlider .wrapper a.a_h1:hover        {text-decoration:underline;}
