/*
    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                         { width: 680px; height: 360px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 324px; margin: 0; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; height: 309px; list-style: none; position: absolute; top: 0; left: 0; overflow: hidden; border-bottom: 8px solid #2f8eaa; margin: 0; padding: 0;}
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .wrapper ul li span { position:absolute; top:0; width:200px; margin:25px 0 0 450px; padding:0; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.5em; display:block; }

.thumbNav                               { position: relative; top: 318px; text-align: left; }
.thumbNav ul 							{ padding:0; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #005a84; 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: #2F8EAA; }

.start-stop                             { z-index: 10; height: 18px; background: green; color: white; padding: 2px 8px; width: 40px; text-align: center; position: absolute; right: 0; top: 318px; -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; }

/*
  Override GOA Stylesheet definitions 
*/
.anythingSlider img { margin:0 !important; padding:0 !important; }
.anythingSlider .thumbNav a,
	.anythingSlider .start-stop {text-decoration: none !important; color: #FFF !important;}
