#yc-mod-slider .wrapper {
	width: 1366px;
	margin: 0 auto;
}
.box_skitter {
	position: relative;
	background: none;
}
.box_skitter ul {
	display: none;
}
.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}
.box_skitter .image {
	overflow: hidden;
}
.box_skitter .image img {
	display: none;
}
.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}
.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.box_skitter .prev_button {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 100;
	width: 57px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(imagesnext.png) no-repeat left top !important;
}
.box_skitter .next_button {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 100;
	width: 57px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(imagesprev.png) no-repeat left top !important;
}
.box_skitter .label_skitter {
	width: 1100px !important;
	height: 44px;
	line-height: 44px;
	margin: 0px 80px;
	position: absolute;
	left: 0;
	bottom: 0px;
	color: #fff;
	font-size: 17px;
	padding-left: 0px;
	z-index: 1000;
	background:url(imagesdt_bg.png) no-repeat;
	text-indent: 1em;
}
.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/ajax-loader.gif) no-repeat left top;
	width: 31px;
	height: 31px;
}
#slideshow {
	width: 1256px;
	height: 443px;
	font-family: "Microsoft YaHei", Tahoma, Arial, Helvetica, sans-serif;
}
#slideshow img {
	vertical-align: top;  width: 1256px; height: 443px;
}
#slideshow ul {
	display: none;
}
#slideshow .slide-month {
	width: 1100px;
	height: 47px;
	line-height: 47px;
	margin: 0 80px;
	position: absolute;
	left: 0;
	bottom: -47px;
	z-index: 1000;
	background: #740001;
	color: #fff;
}
.slide-month .month-nav {
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	font-family: '\u5b8b\u4f53';
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	cursor: pointer;
}
.slide-month .month-nav:hover {
}
#prev-month {
	left: 52px;
}
#next-month {
	right: 0
}
.month-text {
	display: inline-block;
	float: left;
	margin: 0 28px 0 0px;
	height: 47px;
	color: #fff;
	font-size: 14px;
	background: #8e8e8e;
	width: 60px;
}
.month-text #cur-year {display: block;height: 18px;line-height: 18px;text-align: center;margin-top: 4px;}
.month-text #cur-month {display: block;height: 25px;line-height: 25px;text-align: center;font-size: 18px;}
.month-text #cur-day {
	display: none;
}
.month-texts {
	float: left;
	padding: 0 20px 0 20px;
	height: 44px;
	line-height: 44px;
	color: #afafaf;
	background: #000000;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: -44px;
	display: none;
}
.month-texts #cur-year {
}
.month-texts #cur-month {
}
.month-texts #cur-day {
}
.month-days {
	height: 47px;
	float: left;
}
.month-days a {
	display: inline-block;
	font-size: 13px;
	width: 29px;
	line-height: 47px;
	text-align: center;
	color: #afafaf;
	cursor: text;
	float: left;
}
.month-days a:hover {
	color: #afafaf;
	}
	.month-days a.has-event { color:#ffc600;}
.month-days a.has-event:hover {
	background: #707070;
}
.month-days a.cur-event {
	color: #ffc600;
	cursor: pointer;
}
