<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.window {
	width:100%;
	height:290px;
	overflow: hidden;
	position: relative;
}
.window .center_frame {
	left:0px;
}
.islider {
	background-image: url(frame.png);
	background-repeat: no-repeat;
	height: 470px;
	width: 915px;
	position:relative;
	margin:auto;
}
.islider img {
	margin-top: 8px;
	margin-right: 35px;
}
.next_center_frame {
	top:-470px;
	left:4000px;
}

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