﻿/*
    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: 962px; height: 300px; position: relative; margin: -11px 0 -5px 0 ; }
.anythingSlider .wrapper                { width: 972px; overflow: auto; height: 300px;  position: absolute; margin: 0 -5px; }
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; }
.cv-blockcontent-body .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 300px; width: 972px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px;  text-indent: -9999px; position: absolute; top: 100px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right:-65px; }
.anythingSlider .back                   { background-position: -67px 0; left: -65px; }

#thumbNav                               { position: relative; top: 270px; text-align: right; }
#thumbNav a                             { color: black; font: 12px/18px Arial, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #959595 url(../images/cellshade.png) repeat-x; text-align: center;  text-decoration: none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #eeeeee; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -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: relative; margin: 0; background: none; overflow: visible; width: 100%; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width:100%; background: none; }