ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	

	/* optional styles for appearance */	
}
#marquee2{
	display: block;
	padding: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	
	overflow: hidden;

	/* optional styles for appearance */
	width: 119px;
	height: 128px; /* height should be included to reserve visual space for the marquee */

	background-color: #f2f2ff;
	border: 0px solid #08084d;
	

	background-image:url(/images/_foru_web/sub/imoti_prm.png); 
}