/*
    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 { 

margin: 0;
	padding: 0;
	width: 950px;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.anythingSlider .wrapper                { width: 950px; overflow: auto; height: 300px; margin: 0; padding: 0px; position: absolute; top: 80px; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0px; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 300px; width: 950px; margin: 0; }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: absolute; top: 339px; left: 100px; text-align: center; z-index: 2;}
.thumbNav ul							{ margin: 0; padding: 0px; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: #FFFFFF; font: 10px/22px Verdana, Arial; display: inline-block; padding: 0px 7px 5px 7px; height: 18px; margin: 0 1px 0 0; 
background-color: #CCCCCC; text-align: center; text-decoration: none; font-weight: bold;}
.thumbNav a:hover                       { color: #000000; background-color: #FFFFFF; }
.thumbNav a.cur                         { color: #000000; background-color: #FFFFFF }

.start-stop                             { position: absolute; top: 339px; left: 60px; text-align: center; z-index: 10; color: #999999; font: 10px/22px Verdana, Arial;
font-weight: bold; text-decoration: none; }
.start-stop.playing                     { background-color: none; }
.start-stop:hover                       { background-image: none; text-decoration: underline; }

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