        /*
        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 { 
        
            
            position: relative;
			top: 0;
			left: 0;
            margin: 0px; 
            padding-bottom: 10px;
            width: 500px; /*default*/
            height: 300px; /*default*/
			z-index: 0;
			
			
			
            
            }
        
.anythingSlider .wrapper { 
        
            
            margin: 0 0px;
            position: relative;
            top: 0; 
            left: 0; 
            display: block;
            width: 500px; /*default*/
            height: 300px; /*default*/
			z-index: 0;
			
			
            
            }
            
.anythingSlider .wrapper ul { 
            
            width: 32700px; 
            list-style: none; 
            position: absolute; 
            top: 0; 
            left: 0; 
            margin: 0; 
            
            }
                 
.anythingSlider ul li { 
        
             
            display: block; 
            float: left; 
            padding: 0; 
            margin: 0px 0px 0px 0px; 
            width: 500px;
            height: 300px;
			
            
            }
			

             
.anythingSlider .arrow  { 
        
            
            display: block; 
            height: 19px; 
            width: 20px; 
            position: absolute; 
            right: 0px; 
            color: #292e31;
            text-align: center; 
            vertical-align:middle; 
            position: absolute; 
            cursor: pointer; 
            z-index: 11; 
            padding: 4px 0px 0px 0px;
            top: 305px; 
			background-image: url(../images/global/slideshow/1pxgray77.png);
            
            }
            
.anythingSlider .forward { left: 96px; color: #eee; }

.anythingSlider .back { left: 32px; color: #eee;}

.anythingSlider .forward:hover { background-color: #666f74; color: #eee; }

.anythingSlider .back:hover { background-color: #666f74; color: #eee; }

.anythingSlider #countBar {

			position: absolute; 
            top: 0px; 
            left: 52px; 
            width: 40px; 
            display: inline-block; 
            text-align: center;
			height: 19px;
			overflow: hidden;
			padding: 4px 2px 0px 2px; 
			color: #fff;
			background-image: url(../images/global/slideshow/1pxgray77.png);
			
			
}
        
.anythingSlider #thumbNav { 
        
            position: absolute; 
            top: 0px; 
            left: 116px; 
            width: 260px; 
            display: inline-block; 
            text-align: left;
			height: 23px;
			overflow: hidden;
			background-image: url(../images/global/slideshow/1pxgray77.png);
			 
			
			
			
            
            }
           
.anythingSlider #thumbNav a { 
        
            color: black; 
			font-size: 7pt;
            /*display: inline-block; */
			display: none;
            padding: 4px 0px 0px 0px;
            height: 19px;
			width: 20px; 
            margin: 0 0px 0px 0; 
			color: #eee;
            text-align: center;
			
           
			
			
            }
            
.anythingSlider #thumbNav a:hover { background-color: #666f74; }

.anythingSlider #thumbNav a.cur {  background-color: #d6dbde; color: #353a3d; }
.anythingSlider #thumbNav .hiddenL{visibility: hidden;}      

#holder	{ float:left; height:100%; overflow:hidden; width:1000px; }

.anythingSlider #playBox {

			position: absolute; 
            left: 0px; 
            top: 305px; /*default*/
			background-image: url(../images/global/slideshow/1pxgray77.png);
			display:block;
			width: 30px;
			height: 23px;
			padding: 0px 0px 0px 0px;
	


}     
	
.anythingSlider #playBox:hover {

			background-image: none;
			background-color: #353a3d;

} 
.anythingSlider #start-stop {
	color: #eee;
	display: block;
	height: 23px;
	width: 30px;
	text-indent: -9999px;
	background-image: url(../images/global/slideshow/play.png);
	background-repeat: no-repeat;
	background-position: center top;           
            }
            
.anythingSlider #start-stop.playing  {
	background-image: url(../images/global/slideshow/pause.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.anythingSlider #start-stop:hover { background-color: #353a3d; } 
        
        /*
        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; 
             
             }
			 
.slidecaption { height: 20px; background-color: #d6dbde; display: block; width: 300px; padding: 2px 5px 0px 5px; overflow: hidden;}
