#btns {
	list-style: none;
	margin: 5px 0 10px 0 ;
	float: left;
	width: 100%;
}

#btns li{
	
}

#btns li a{
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #66ADE2),
	color-stop(1, #166196)
);
	background-image: -o-linear-gradient(bottom, #66ADE2 0%, #166196 100%);
	background-image: -moz-linear-gradient(bottom, #66ADE2 0%, #166196 100%);
	background-image: -webkit-linear-gradient(bottom, #66ADE2 0%, #166196 100%);
	background-image: -ms-linear-gradient(bottom, #66ADE2 0%, #166196 100%);
	background-image: linear-gradient(to bottom, #66ADE2 0%, #166196 100%);
	font :600 13px 'Open Sans', Helvetica, Arial,	sans-serif;
	color: white;
	border-radius: 3px;
	float: left;
	padding: 8px 14px;
	margin-right: 10px;
}
#btns li a:hover{
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #66ADE2),
	color-stop(1, #166196)
);
	background-image: -o-linear-gradient(bottom, #66ADE2 0%, #166196 70%);
	background-image: -moz-linear-gradient(bottom, #66ADE2 0%, #166196 70%);
	background-image: -webkit-linear-gradient(bottom, #66ADE2 0%, #166196 70%);
	background-image: -ms-linear-gradient(bottom, #66ADE2 0%, #166196 70%);
	background-image: linear-gradient(to bottom, #66ADE2 0%, #166196 70%);
}

#btns li a:active{
	background: #66ADE2;

}

.player {
}
.videohold {
	display: none;
}