	html {height: 100%;
	overflow-y: scroll;
	}

#wrapper_featured {
	width: 963px;
	margin: 0 0;
	text-align: center;
	background-color: #212121;
}


.slider_wrapper 
{
	width: 963px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	
}

.slider_wrapper .slider 

{

	width: 963px;
	overflow: auto;
	height: 200px;
	margin: 0 0px;
	position:relative;
	top: 0;
	left: 0;	

}

.slider_wrapper .slider ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #212121;
	margin: 0;
	padding:0px;
	
	
}
.slider_wrapper ul li {
	display: block;
	float: left;
	padding: 0;
	width: 963px;
	height: 200px;
	margin: 0;
	
}

.slider ul li div {
	position: relative;
	width: 963px;
	height: 200px; 
	
}
.slider ul li div .byline {
	position: absolute;
	top: 154px;
	left: 15px;
	width: 963px;
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	
	
}
.slider ul li div .byline a {
	color: #fff;
}
.slider ul li div .byline a:hover {
	color: #82BDDC;
}
.slider_wrapper .arrow {
	display: block;
	height: 250px;
	width: 7px;
	background: url(images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
	
}

.slider_wrapper .forward {
	background-position: 0 0;
	right: -10px;
}
.slider_wrapper .back {
	background-position: -67px 0;
	left: -10px;
}
.slider_wrapper .forward:hover {
	background-position: 0 -20px;
}
.slider_wrapper .back:hover {
	background-position: -67px -200px;
}




.slider_wrapper .slider ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.slider_wrapper .slider ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}


#thumbNav 
{
	position: absolute;
	top: 170px;
	right: 30px;
	width: 225px;
	text-align: right;
	margin-right:12px;
}
#thumbNav a 
{
	color: white;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 1px 8px 3px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #050505;
	
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}                       
#thumbNav a:hover                       { }
#thumbNav a.cur
{ 
	color: black;
	background: #ffebcd;
		right: 10px;

	
 }

#start-stop  
{

	position: absolute;
	top: 170px;
	right: 10px;
	width: 10px;
	color: white;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 1px 8px 3px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #050505;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: red; 	
}
#start-stop.playing                     
{

	
	
	background-color:  black; 
	
}
#start-stop.stopped                     
{
border:1px solid red;
}


#start-stop:hover {
	color: black;
	background: #ffebcd;

}

