﻿div {
	position: relative;
}

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

.promoWrapper{
	z-index:10;
}

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

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

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

	
	margin: 0 auto;
}

.coverFlow > div {
	border: 5px solid $FF98A9;
}

.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/tourist_promotion_arrow_left.png);
}

.cf_right {
	background-image: url(../images/tourist_promotion_arrow_right.png);
	right: 0px;
}
