div.transrollwithbox
  {
	width:50%;
	height:auto;
	background-color:#ffffff;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	right: inherit;
	align: center;
	margin-left: 25%;
	text-align: center;
	font-size: 36px;
	color: #000;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
  }    
