﻿/***** Mooquee *****/
.marquee
{
    line-height: 36px;
	height: 50px;
	padding-top: 7px;
	border: 0px solid;
	margin: 0 5px;
	color: #fff;	font-weight: bold;
	font-size: 24px;
	width: 660px;
	vertical-align: middle;
}

.mooquee
{
	border: 0px solid;
	margin: 0;
	
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}