/*
    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: 680px; height: 360px; position:relative; z-index: 1; float:left;}
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 363px; margin:auto; position: relative; top: 0; left: 0;  }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; border-bottom-color:#D9D3A4; border-bottom-style: solid; border-bottom-width:5px }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 63px; background: url(/sites/all/themes/p2es/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0px; right: -23px; z-index:1000; }
.anythingSlider .back                   { background-position: -70px 0; left: -25px; z-index:1000 }
.anythingSlider .forward:hover          { background-position: 0 -207px; z-index: 1001; }
.anythingSlider .back:hover             { background-position: -71px -207px;z-index: 1001; }

#thumbNav                               { top:4px; text-align: right; margin-top:-45px; z-index:500; position:relative;}
#thumbNav a                             { color: black; font: 11px/18px font-family: "Myriad Pro", Myriad, Frutiger, Calibri, "Frutiger Linotype", Univers, "Gill Sans", "Gill Sans MT",  "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
 display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #D9D3A4 url(/sites/all/themes/p2es/images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #D9D3A4; }

#start-stop                             { background: green; background-image: url(/sites/all/themes/p2es/images/cellshade.png); z-index: 501; background-repeat: repeat-x; color: white; padding: 2px 5px; width: 25px; text-align: center; font-size: .8em; position: absolute; /*right: 45px;*/ top: 322px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#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; }
