/*  anythingSlider v1.2.1    
    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/
	Simplified / improved and Custom tailored by Nicholas Salisbury
*/
.anythingSlider                         { width: 854px; height: 435px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 854px; overflow: auto; height: 435px; margin: 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; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 435px; width: 854px; margin: 0; position: relative; z-index: 2; }
.anythingSlider .arrow                  { display: block; position: absolute; z-index: 400; width: 34px; height: 34px; }
.anythingSlider .forward                { position: absolute; top: -140px; right: -60px; width: 44px; height: 44px; background:url(/themes/ccmia/images/right-arrow.png) no-repeat; z-index: 4; }
.anythingSlider .back                   { position: absolute; top: -140px; left: -60px; width: 44px; height: 44px; background:url(/themes/ccmia/images/left-arrow.png) no-repeat; z-index: 4; }
.anythingSlider .forward:hover          { background-position: 0 -44px; cursor: pointer; }
.anythingSlider .back:hover             { background-position: 0 -44px; cursor: pointer; }
.thumbNav                               { position: relative; top: 323px; text-align: center; z-index: 5; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px;  }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #e0a213; }
.start-stop                             { z-index: 1; position: relative; }
.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; }