/*
    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/
*/


.anythingSlider { 
	width: 840px; 
	height: 200px; 
	position: relative;
	left: 2px;
	top: 2px;
	margin: 0;
	overflow: hidden;
	}
	
.anythingSlider .wrapper {
	width: 840px; 
	overflow: auto; 
	height: 200px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 0;}
	
.anythingSlider .wrapper ul {
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0;
	background: #eee;
	margin: 0;
	padding: 0 !important;}
	
.anythingSlider ul li {
	display: block;
	float: left; 
	padding: 0 !important; 
	height: 200px !important; 
	width: 840px; 
	margin: 0 !important;
	overflow: hidden;
	position: relative;}




.anythingSlider ul li.list_bgimg {
	background: url(../_common/images/site/slide1.jpg) 0 0 no-repeat;}

.anythingSlider .arrow { display: none; visibility: hidden;}
.anythingSlider .forward { display: none; visibility: hidden;}
.anythingSlider .back { display: none; visibility: hidden;}
.anythingSlider .forward:hover { display: none; visibility: hidden;}
.anythingSlider .back:hover { display: none; visibility: hidden;}

#thumbNav { position: relative; top: 160px; left: -300px; text-align: center; }
#thumbNav a { color: black; font: 11px/18px sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; }
#thumbNav a:hover { background-image: none; }
#thumbNav a.cur { background: #e0a213; }

#start-stop { display: none; visibility: hidden;}
#start-stop.playing { display: none; visibility: hidden;}
#start-stop:hover { display: none; visibility: hidden;}

/*
  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; }