/*
    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: 980px; height: 324px; position:absolute; margin-left:1px; margin-top:1px; }
.anythingSlider .wrapper                { width: 980px; overflow: auto; height: 324px; 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: 324px; width: 980px; margin: 0; }


#thumbNav                               { 	position: absolute;
											z-index:7; 
											margin-top:285px;
											margin-left:50px; 
											text-align: center; 
										}
#thumbNav span                             { 	width:28px;
											font-family:Arial, Helvetica, sans-serif; 
											height:28px;
											color: #ff6600;
											line-height:28px;
											font-weight:bold;
											text-decoration:none; 
											display: inline-block; 
											margin: 0 5px 0 0;
											cursor:pointer;
											background:url(../art/rond-hover.png) top no-repeat;
											behavior: url("/clients/photocite/utils/iepngfix/iepngfix.htc"); 
											text-align: center;
										}
#thumbNav span:hover                       { 	background:url(../art/rond.png) top no-repeat;
											behavior: url("/clients/photocite/utils/iepngfix/iepngfix.htc");
											color:#FFFFFF; }
#thumbNav span.cur                         { 	background:url(../art/rond.png) no-repeat;
											behavior: url("/clients/photocite/utils/iepngfix/iepngfix.htc");
											color:#FFFFFF; }


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

.arrow forward, .arrow back{
display: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; }
