﻿#marqueecontainer
{
	direction:rtl;
	position: relative;
	width: 231; 
	height: 500px;
	background-color: white;
	overflow: hidden;	
	padding: 2px 0px 1px 3px;
}

#marqueecontainer A 
{ 
	text-decoration:underline;
}