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

.imageflow {
	overflow:hidden;
	position:relative; 
	visibility:hidden;
	width:600px;
	margin:20px auto 0px;
}
.imageflow img {
	border:none;
	position:absolute;
	top:0px;
	visibility:hidden;
	-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
}
.imageflow p {
	margin:0 auto;
	text-align:center;
}
.imageflow .loading {
	border:1px solid white;
	height:15px;
	left:50%;
	margin-left:-106px;
	padding:5px;
	position:relative;
	visibility:visible;
	width:200px;
}
.imageflow .loading_bar {
	background:#fff;
	height:15px;
	visibility:visible;
	width:1%;
}
.navigation{
	z-index:10000;
	position:absolute;
	width:780px;
	text-align:center;
}
.caption {
	font-weight:100;
	font-size:15px;
	padding:8px 5px;
	white-space:nowrap;
	background-color:#727272;
	opacity: 0.7;
    filter: alpha(opacity=70);
	color:#fff;
	position:absolute;
	top:270px;
	left:100px;
	text-align:center;
	z-index:10001;
}

.imageflow .slideshow {
	cursor:pointer;
	height:14px;
	margin:20px 0 0 20px;
	position:absolute;
	width:14px;
	z-index:10003;
}
.imageflow .slideshow.pause {
	/*background:url(../images/imageflow/button_pause.png) no-repeat;*/
}
.imageflow .slideshow.play {
	/*background:url(../images/imageflow/button_play.png) no-repeat;*/
}
.imageflow .images {
	overflow:hidden;
	white-space:nowrap;
}
.navigation .button {
	cursor:pointer;
	height:40px;
	position:absolute;
	width:19px;
}
.navigation .previous {
	background: url(../images/buttons_arrow.png) no-repeat;
	background-position:-19px 0;
	top:130px;
	left:15px;
}
.navigation .previous:hover {
	background-position:0 0;
}
.navigation .next {
	background: url(../images/buttons_arrow.png) no-repeat;
	background-position:-38px 0;
	top:130px;
	right:15px;
}.navigation .next:hover {
	background-position:-57px 0;
}
.slideinfo_footer {
	padding-top:40px;
}

#board .divtext {
	font-size:23px;
	color:#FFF;
	font-weight:normal;
	white-space:nowrap;
	float:right;
}
.divtext {
	font-size:15px;
	color:#4a6a86;
	font-weight:normal;
	white-space:nowrap;
	float:left;
	padding-left:60px;
}
#board .capttitle,
.capttitle {
	padding:8px 5px;
	white-space:nowrap;
	font-size:15px;
	color:#FFF;
	background-color:#727272;
	font-weight:normal;
	width:600px;
	margin:0 auto;
	text-align:center;
	opacity: 0.7;
    filter: alpha(opacity=70);
	position:absolute;
	z-index:999;
	bottom:40px;
	left:100px;
}</pre></body></html>