#marqueecontainer{
	align:right;
	position: relative;
	width: 270px; /*marquee width */
	height: 145px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 3px solid #FF9900;
	padding-left: 4px;
	-moz-box-align: right;
	left: 0px;
	top: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
