﻿#inner {
	width:980px;
	margin: 0 auto;
	height:280px;
	overflow:hidden;
	
}
.hot-event {
	padding: 0px;
	position: relative;
}
.hot-event .switch-tab {
	text-align: center;
	position:absolute;
	left:0px;
	top:245px;
	width:980px;
	height:35px;
	line-height:35px;
	z-index:99;
}
.hot-event .switch-tab a, .hot-event .switch-tab .current {
	margin: 0 2px;
	display: inline-block;
	*display:inline;
	zoom:1;
	width: 10px;
	height: 10px;
	background:#43454C;
	overflow: hidden;
	vertical-align:middle;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 0px 3px #000000;
}
.hot-event .switch-tab .current {
	background:#FFF;
}
.hot-event .switch-nav {
	position:relative;
	width:980px;
	height:66px;
	left:0px;
	top:170px;
	z-index: 2;
}
.hot-event .switch-nav .prev {
	width:24px;
	height:35px;
	background:url(../images/prev.png) no-repeat;
	position:absolute;
	left:5px;
	top:-50px;
	border:none;
	z-index:99;
}
.hot-event .switch-nav .next {
	width:24px;
	height:35px;
	background:url(../images/next.png) no-repeat;
	position:absolute;
	right:5px;
	top:-50px;
	border:none;
	z-index:99;
}
.hot-event .switch-nav a {
	display:block;
}
.hot-event .event-item {
	height: 335px;
	width: 980px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.hot-event .event-item .banner {
	display: block;
	width:658px;
	height:322px;
}
.hot-event .event-item img {
	-webkit-box-reflect: below 0 -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(85%, transparent), to(rgba(255,255,255,.2)));
	border: 0;
	width:980px;
	height:322px;
}
.hide-clip {
	position: absolute!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	padding: 0!important;
	border: 0!important;
	height: 1px!important;
	line-height: 0!important;
	width: 1px!important;
	overflow: hidden;
}

