<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 */


/*========= W㕔 =========*/
#thumbwrapper {
    background: none repeat scroll 0 0 #000000;
		height:65px;
    width: 660px;
    _width:660px;/* IE6 */
}

#image {
    position:relative; 
    height:300px; 
    background:#FFF ;
    background-size:660px 10px;
    z-index:0;
    overflow:hidden;
    width:660px; 
    _width:660px;
}
#slideshow {
	margin: 0 auto;
	width: 660px;
	_width:660px;
	text-align: left;
}
#slideshow #mainImage {
	width: 660px;
	_width:660px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#slideshow #mainImage div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
		height:65px;
    list-style: none outside none;
    margin-top: 10px;
	 margin-left:5px;
    position: absolute;
    width: 660px;
    _width:660px;
    align: left;
}

#slideshow ul li {
    cursor: pointer;
    float: left;
		margin-right:4px;
		margin-left:4px;
		margin-bottom:10px;
		width:100px;
	display: inline;

}

#slideshow ul li:first-child {

}


#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}
</pre></body></html>