/*
    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/
*/


.anythingMiniSlider                         { width: 460px; height: 200px; position:relative; z-index: 1; margin-left:auto; margin-right: auto; margin-top: 20px;}
.anythingMiniSlider .wrapper                { width: 460px; overflow: auto; height: 145px; margin:auto; position: relative; top: 0; left: 0;  }
.anythingMiniSlider .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 }
.anythingMiniSlider ul li                   { display: block; float: left; padding: 0; height: 140px; width: 460px; margin: 0; }
.anythingMiniSlider .arrow                  { display: block; height:90px; width: 30px; background: url(/sites/all/themes/p2es/images/arrows_mini.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 45px; cursor: pointer; }
.anythingMiniSlider .forward                { background-position: 0 0px; right: -9px; z-index:1000; }
.anythingMiniSlider .back                   { background-position: -46px 0px; left: 0px; z-index:1000 }
.anythingMiniSlider .forward:hover          { background-position: 0 -94px; z-index: 1001; }
.anythingMiniSlider .back:hover             { background-position: -46px -94px;z-index: 1001; }

#thumbMiniNav                               { top:4px; text-align: right; margin-top:-5px; z-index:500; position:relative;}
#thumbMiniNav 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 4px; height: 18px; margin: 0 3px 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; }
#thumbMiniNav a:hover                       { background-image: none; }
#thumbMiniNav 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: 145px; -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
*/
.anythingMiniSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingMiniSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }