#scrlContainer{
	visibility:hidden;
	background:transparent;
	position:relative;
    top: -158px;
    left: -10px;
	overflow:hidden;
	width:900px;
	height:30px;
	line-height:30px;
	margin:1em;
    background: #000000;
    filter:alpha(opacity=50); 
}
#scrlContent{
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap;
    color: #FFFFFF;
    font-size: 11pt;
    font-weight: 700;
    font-family: sans-serif, arial, verdana;
}

#scrlContent a {text-decoration:none; color: #6CA3F5;}
#scrlContent a:hover {text-decoration:none; color: #FFFF33;}