#video-container {
/*
	width: 615px;
	height: 348px;  
*/
	position: relative;
}

#video-controls {
	position: absolute;
	bottom: 0;
	height:22px;
	left: 0;
	right: 0;
	padding: 5px 3px;
	opacity: 1 !important;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-color: #efefef;

}

/*
#video-container:hover #video-controls {
	opacity: .8;
}
*/

button {
	background: transparent;
	border: 0;
	color: #BF47BF;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
	position:relative;
	bottom:8px;
	min-width:50px;
}


button:hover {
	background: #000000;	
	cursor: pointer;
}
/*
#seek-bar {
	width: 300px;
}

#volume-bar {
	width: 65px;
}
*/