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

<style type="text/css">
* {
margin:0;
padding:0;
list-style:none;
}
body {
margin-top: 10px;
}
#baseMarquee{
        position:relative;
        background:#01599A;
        width:170px;
        height:1110px;
        overflow:hidden;
        padding: 0;
        border:0;
}
#motionMarquee{
        width:200px;
        border:0;
}
div.Marquee {
	width:150px; 
	height:150px; 
	border:0; 
	margin:0; 
	float:left; 
	background:#01599A;
}

img.imgMotion {
	width:170px; 
	height:140px;
}
</style>