@charset "utf-8";
/* CSS Document 
Top Right Bottom Left
*/

.video {
margin-top:-40px;
	}
	
.text-overlay-bg {
	left: 0;
	bottom: 0;
	width: 164px;
	height: 35px;
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=70);
	padding: 3px 0 0 5px;
}

a .text-overlay-bg:hover {
	left: 0;
	bottom: 0;
	width: 164px;
	height: 35px;
	background: #000;
	opacity: 0.9;
	filter:alpha(opacity=90);
	padding: 3px 0 0 5px;
}

.text-overlay-text{
	color: #fff;
}

a .text-overlay-text:hover {
	color: #e60166;
}

.lyrics_singer {
	color:#4d9d9f;
	}

strong .lyrics_singer {
	font-weight:normal;
	}