#scroll
{
	display:none;
	position:relative;
}
.mooquee
{
	border: solid 1px #E9E9E9;
	border-left:0px;
	font-family:Arial;
	font-size:12px;
	width:387px;
	height:25px;
	line-height:25px;
	float:left;
	background-color:#F2F2F2;
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
}
#scroll .buttons
{
	width:30px;
	height:25px;
	float:left;display:inline;
	margin-left:68px;
	border-bottom:solid 1px #E9E9E9;
	border-top:solid 1px #E9E9E9;
	background-color:#F2F2F2;
	padding-left:5px;
}
#scroll .buttons a
{
	position:absolute;
	height:25px;
	cursor:pointer;
}
#scroll .buttons a.stop
{
	background-image:url('img/stop_scroll.png');
	background-position:left center;
	background-repeat:no-repeat;
	width:11px;
	
}
#scroll .buttons a.play
{
	background-image:url('img/play_scroll.png');
	background-position:left center;
	background-repeat:no-repeat;
	width:9px;
	left:83px;
}
.mooquee-text
{
	/* don't change */
	position: absolute;
	
}

.mooquee a
,.mooquee a:visited
,.mooquee a:link
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.mooquee a:hover
{
	text-decoration:underline;
}
