#marqueecontainer
{
	position: relative;
	width: 280px; /*marquee width */
	height: 165px; /*marquee height */
	background-color: ffffff;
	overflow: hidden;
	padding: 2px;
	direction:rtl;
	right:10px;
top:30px;
	
}

