*{
	padding: 0;
	margin: 0;
}
.carousels{
	position:relative;
	width: 700px;
	height: 320px;
	margin:0 auto;
}
.carousels li{
	list-style: none;
	float: left;
}
.images{
	height: 320px;
	overflow: hidden;
	zoom:1;
}
.images .current{
	display: block;
	/*animation:cur 4s ease;*/
}
@keyframes cur{
	0%{opacity: 0.3;}
	/*50%{opacity: 0.8;transform:rotate();}*/
	100%{opacity: 1;}
}
.image-li{
	display: none;
}
.image-li a{
	display: block;
	width: 700px;
	height: 320px;
}
.tips{
	overflow: hidden;
	margin:-30px auto 0;
	zoom:1;
	z-index: 10;
	width: 200px;
}

.tips .tcurrent a{
	background: url(../images/tips.png) no-repeat;
}
.tips a{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/tips.png) 0px -17px no-repeat;
	margin: 0 10px;
}
/*左右箭头查看图片*/
.fnbuttons {
	margin-top: -196px;
}
.fnbuttons a{
	display: none;
	width:42px;
	height: 70px;
	background: url(../images/index_btn01.png) no-repeat;
	float: left;
	text-indent:-9999em;
}
.fnbuttons .next-btn{
	background: url(../images/index_btn02.png) no-repeat;
	margin-left: 616px;
}
