<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#marquee1 ul li input:hover {
   text-decoration: none;
	/* for IE */
   filter:alpha(opacity=100);
   /* CSS3 standard */
   opacity:1.0;
}

#marquee1 {
	width: 970px;
	height: 65px;
	padding-top: 15px;
	overflow: hidden;
	margin: 0 auto;
}

#marquee1 ul {
	list-style: none;
}

#marquee1 ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#marquee1 ul li input {
	display: block;
	width: 192px;
	height: 50px;
	/* for IE */
	filter: alpha(opacity=70);
	/* CSS3 standard */
	opacity: 0.7;
	border: 0px;
}

.img_mouse {
	cursor: pointer;
}</pre></body></html>