/*
    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 *{ margin: 0; padding: 0;}

.anythingSlider{width:790px; position: relative; margin: 0 auto 15px;}
#anythingSlider1{ height:210px;}
#anythingSlider2, #anythingSlider3{ height:280px; margin-top:15px;}
#anythingSlider4{ height:70px; width:300px !important; float:left; margin-top:10px}

.anythingSlider .wrapper{
	width: 790px; 
	overflow: auto; 
	height: 210px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

#anythingSlider2 .wrapper,
#anythingSlider3 .wrapper{height:280px;}
#anythingSlider4 .wrapper{height:70px; width: 300px;}

.anythingSlider .wrapper ul{ 
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	/*border-top: 3px solid #e0a213; 
	border-bottom: 3px solid #e0a213; */
	margin: 0; 
}
.anythingSlider ul li{
	display: block; 
	float: left; 
	padding: 0; 
	height: 317px; 
	width: 790px; 
	margin: 0; 
}
#anythingSlider2 ul li,
#anythingSlider3 ul li,
#anythingSlider4 ul li{padding:0 15px; }
#anythingSlider4 ul li{height: 70px; width: 300px;}

#anythingSlider1 .arrow{display:none;}
#anythingSlider2 .arrow, #anythingSlider3 .arrow{top:120px}
#anythingSlider4 .arrow{top:20px}
.arrow{ 
	display: block; 
	height: 24px; 
	width: 8px; 
	background: url(../images/arrow-04.gif) no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; ; 
	cursor: pointer;
}
.anythingSlider .back{ background-position: 0 0; left: 5px; }
.anythingSlider .back:hover{ background-position: 0 -24px; }
.anythingSlider .forward{ background-position: -8px 0; right: 5px; }
.anythingSlider .forward:hover{ background-position: -8px -24px; }


#thumbNav{ position: relative; top: 180px; text-align:left; margin:0 0 0 10px; }
#anythingSlider2 #thumbNav,
#anythingSlider3 #thumbNav,
#anythingSlider4 #thumbNav{ display:none;}
#thumbNav a{
	color: #ddd;
	font: 11px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 2px 5px; 
	height: 16px; 
	margin: 0 5px 0 0;
	text-align: center; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
}
#thumbNav a:hover{ background-image: none; }
#thumbNav a.cur{ background: #008af6;}

#start-stop{
	background: url(../images/cellshade.png) no-repeat 0 -20px #008af6;
	color: white;
	text-indent:-9999px;
	padding:0; 
	width: 20px;
	height: 20px; 
	text-align: center; 
	position: absolute; 
	right: 15px; top: 180px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	outline:none;
}
#start-stop.playing{ background-position:0 0; }
#start-stop:hover{ background-position:0 -20px; }

/*
  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; }

