<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 */
.s1c{
	
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 400px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#slidesContainer {
	 cursor: move;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width: 600px;
	 height: 400px;
	 overflow: hidden;
	 }
.loadingScreen{
	 position: absolute;
	 top: 0px; left: 0px;
	}

.lsf {
	filter: alpha(opacity=70);
	opacity:0.7;
	position: absolute;
	display: block;
    background-color: #000000;
	top: 0px; left: 0px;
	width: 100%;height:100%;
	}
.lsb {
	position: absolute;
	display: block;
	background: url(../images/style/loading.gif) no-repeat center center;
    top: 0px; left: 0px;
	width: 100%;height:100%;
	}


</pre></body></html>