/*
    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: 795px; height: 300px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 715px; overflow: auto; height: 341px; margin: 0 0px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #d8f188;   margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 300px; width: 715px; margin: 0; }



#thumbNav                               { position: relative; top: 284px; text-align: center; float: left; left: 60px; }

#thumbNav a                             { color:#fff; font-size: 12px; font-weight: bold; font-family: Arial; text-decoration: none; display: inline-block; padding: 1px 8px; height: 14px; margin: 0 5px 0 0; background: #444;

background-color: 
rgba(0,0,0,0.7); }

#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #b8e729; color: #444;
background-color: rgba(184,231,81,0.9);
 }

#start-stop                             {
background: #4ab100; 
 background-color: 
rgba(74,177,0,0.7);
padding:  2px 5px 8px 5px; 
width:40px; 
text-align: center;
 position: absolute; 
left: 0px; top: 284px;
 color:#fff; font-size: 11px; 
line-height: 12px; 
font-weight: bold;
 font-family: Arial; text-decoration: none;
 }
#start-stop.playing                     { background-color: #444;
background-color: 
rgba(0,0,0,0.7); }
#start-stop:hover                       { background-image: none; }

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


/* ============================================= */
/* IE 7 Fixes                                */

/* add display:inline to floated elements */
*:first-child+html .anythingSlider ul li,
*:first-child+html #thumbNav {display:inline; z-index: 2000; top: 266px; color:#fff; background: #444;}

/* add zoom:1 to pos:relative elements */
*:first-child+html .anythingSlider,
*:first-child+html #thumbNav {zoom:1;}

/* add zoom:1; display:inline; to inline-block elements */
*:first-child+html #thumbNav a {zoom:1; display:inline;  z-index: 2000; color:#fff; background: #444;}
