/*
    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: 950px;
height: 475px;
position: relative;
margin: 20px auto;
background:url(../images/featured_bg.png) no-repeat;
}

.anythingSlider .wrapper {
width: 950px;
overflow: auto;
height: 475px;
margin: 0;
position: absolute;
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: 400px;
width: 950px;
margin: 0;
}

.anythingSlider .arrow {
display: block;
height: 100px;
width: 67px;
text-indent: -9999px;
position: absolute;
top: 165px; 
cursor: pointer;
}

.anythingSlider .forward {
background-position: 0 0;
right: -20px; }

.anythingSlider .back {
background-position: -67px 0;
left: -20px; }

.anythingSlider .forward:hover {
background-position: 0 -200px;
}
.anythingSlider .back:hover {
background-position: -67px -200px;
}

#thumbNav {
position: relative;
top: 430px;
text-align: right;
margin-right:0;
}

#thumbNav a {
color: #fff;
font: 12px Arial, Helvetica, sans-serif;
display: inline-block;
padding: 6px 8px 2px 8px;
height: 18px;
margin: 0 0 0 5px;
background: url(../images/black-70.png);
text-align: center;
text-decoration:none;

}

#thumbNav a:hover {
background-image: none;
color:#666;
background: #EEE;}
#thumbNav a.cur { background: #a53f40; }

#start-stop {
visibility:hidden;
background: green;
background-repeat: repeat-x;
color: white; padding: 2px 5px;
width: 40px; text-align: center;
position: absolute;
right: 200px;
top: 372px;
}

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

#start-stop:hover {
background-image: 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; }





/* Easy Slider */

#sliderwrap {
	width:950px;
	background:url(../images/featured_bg.png) no-repeat;
	height:500px;
	position: relative;
		margin: 20px auto;
}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width: 950px;
		height: 480px;
		overflow:hidden; 
		}
						
	span#prevBtn a{
		float:right;
		color: #fff;
		font: 12px Arial, Helvetica, sans-serif;
		display: inline-block;
		padding: 6px 8px 2px 8px;
		height: 18px;
		margin: -50px 0 0 5px;
		background: url(../images/black-70.png);
		text-align: center;
		text-decoration:none;
		position:relative;
}
	span#nextBtn a{
	float:right;
	position:relative;
	color: #fff;
	  font: 12px Arial, Helvetica, sans-serif;
	  display: inline-block;
	  padding: 6px 8px 2px 8px;
	  height: 18px;
	  margin: -50px 0 0 5px;
	  background: url(../images/black-70.png);
	  text-align: center;
	  text-decoration:none;}					

/* // Easy Slider */







