﻿/***** Mooquee *****/
.marquee
{
    line-height: 1.4em;
	font-size: 2em;
	height: 55px;
	background: url(/images/Layout/banner_bg.gif) top left no-repeat;
	width: 718px;
	height: 55px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	font-family: Georgia, Times, Times New Roman, Serif;
}

.mooquee
{
	border: 0px solid;
	margin: 3px 0 0 0px;
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}
