#marqueecontainer
{
	position: absolute;
	/* position: relative; */
	width: 180px; /*marquee width */
	height: 350px; /*marquee height */
	background-color: ffffff;
	overflow: hidden;
	display: block;
	padding: 2px;
	padding-left: 2px;
}
/*#vmarquee
{
	position: absolute; 
	width: 80%;
	z-index:-100;
}*/
