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

*                                       { margin: 0; padding: 0; }
.anythingSlider                         { width: 580px; height: 188px; position:absolute;}
.anythingSlider .wrapper                { width: 580px; overflow: auto; height: 188px; position: absolute; z-index:5; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 188px; width: 580px; margin: 0; }


#thumbNav                               { 	position: absolute;
											z-index:7; 
											margin-top:8px;
											margin-left:15px; 
											text-align: center; 
										}
#thumbNav span                             { 	width:16px;
											font-family:Arial, Helvetica, sans-serif; 
											height:18px;
											color: #cccccc;
											line-height:16px;
											font-weight:bold;
											text-decoration:none; 
											display: inline-block; 
											margin: 0 5px 0 0;
											cursor:pointer;
											background:url(../art/slider-nav-off.png) no-repeat;
											behavior:url("/alltricks/iepngfix_v2/iepngfix.htc"); 
											text-align: center;
										}
#thumbNav span:hover                       { 	background:url(../art/slider-nav-on.png) no-repeat;
											behavior:url("/alltricks/iepngfix_v2/iepngfix.htc");
											color:#CCCCCC; }
#thumbNav span.cur                         { 	background:url(../art/slider-nav-on.png) no-repeat;
											behavior:url("/alltricks/iepngfix_v2/iepngfix.htc");
											color:#CCCCCC; }


#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }


.anythingSlider .arrow {display:block; height:19px; z-index:150; position:absolute; text-indent:-9999px; top:90px; width:19px;}
.anythingSlider .forward { background:url("../art/slider/nav-right.jpg") no-repeat scroll 0 0 transparent; right:0; cursor:pointer;}
.anythingSlider .back { background:url("../art/slider/nav-left.jpg") no-repeat scroll 0 0 transparent; left:0; cursor:pointer;}

.anythingSlider .arrow:hover {cursor:pointer;}
/*
  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; }
