<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div {
	position: relative;
}

.cf_area {
	
	top: -60px;
	
	width: 1200px;
	height: 548px;
	
	background-image:url(../images/promotion_bg.png);
	
	z-index:2;
}

.promoWrapper{
	z-index:10;
}

.wrapper {
	width: 1200px;
	
	margin: 0 auto;
	top: 40px;
}

.title {
	position: absolute;
	
	width: 233px;
	height: 35px;
	
	top: -85px;
	left: 65px;
	
	background-image: url(../images/promotion_title.png);
	background-repeat: no-repeat;
	
	z-index:3;
}

.coverFlow {
	
	width: 970px;
	height: 400px;
	
	top: 20px;	

	
	margin: 0 auto;
}


.cf_controllerContainer {
	margin: 0 auto;
	
	width: 1060px;
	height: 55px;
	
	top: 248px;
	
	z-index:4;
}

.cf_scrollButton {
	position: absolute;
	
	width: 32px;
	height: 55px;
	
	cursor: pointer;
}

.cf_left {
	background-image: url(../images/promotion_arrow_left.png);
}

.cf_right {
	background-image: url(../images/promotion_arrow_right.png);
	right: 0px;
}</pre></body></html>