.mcms-text-scroller {
	height:50px;
	width:708px;
	color: #FFF;
	font-size: 30px;
	line-height: 50px;
	font-family: Century Gothic, Arial;
	font-weight: bold;
	background:none;
	
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	
	position: absolute;
	top:-50px;
	left:0px;
	
	text-shadow: 2px 2px 2px #000;
}