#scroller {
	position: relative;
	bottom: 0px;
	left: 0px;
	/*height: 89px;*/
	height: 30px;
	width: 610px;
	background: url('images/trans-back.png') ; 
	color: #ffffff;
	/* float: left; */
	overflow: hidden;
	z-index: 80;
	padding: 0px 20px 0px 0px;
	}

* html #scroller {
	/*height: 95px;*/
	height: 50px;
}

#scroller li {
	padding-left: 0px;
	line-height: 22px;
	font-size: 12px;
}
#scroller p {
	padding-left: 40px;
	line-height: 12px;
	font-size: 12px;
}

#vmarquee {
	position: absolute;
}
