﻿/***** Mooquee *****/
.marquee
{
    line-height: 1.4em;
	font-size: 2em;
	height: 55px;
	border: 1px black solid;
	background: #1a4578;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

.mooquee
{
	border: 0px solid;
	margin: 5px 0 0 0;
	
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}