@charset "utf-8";
/* CSS Document */

#marqueecontainer{
position: relative;
width: 160px; /*marquee width */
height: 500px; /*marquee height */
background-color: white;
overflow: hidden;
/*border: 3px solid orange;*/
/*padding: 2px;
padding-left: 4px;*/
}

#marqueecontainer2{
	position: relative;
	width: 160px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: white;
	overflow: hidden;
/*border: 3px solid orange;*/
/*padding: 2px;
padding-left: 4px;*/
}

