#scrollerContainer
{
	position: relative;
	width: 100%px;
	height: 180px;
	background-color: white;
	overflow: hidden;	
	margin-top: 2px;
}

#verticalScroll
{
	position:absolute;
	width: 98%;
	text-align:center;
	left:0px;
}