/*
    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: 430px; height: 235px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                {
	width: 350px;
	overflow: auto;
	height: 235px;
	margin: 0 40px;
	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; background: #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #778899; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 235px; width: 450px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows2.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 25px; cursor: pointer; }
.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: relative; top: -65px; left:20px; text-align: left; padding: 0px 50px; width:300px}
#thumbNav a                             { color: #666666; font: 10px/14px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 14px; margin: 0 5px 0 0; }
#thumbNav a:hover                       { background-image: none;  color: #cccccc;  }
#thumbNav a.cur                         {  color: #db253b;  }

#start-stop                             {color: #DB253B; font: 10px/14px Georgia, Serif; padding: 2px 5px; width: 30px; text-align: center; position: absolute; left: 20px; top: -65px; }
#start-stop.playing                     { color:#DB253B; font: 10px/14px Georgia, Serif;  }
#start-stop:hover                       { background-image: none; color: #cccccc; font: 10px/14px Georgia, Serif; }

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

