/*--------- slider ---------*/
#slide {
	position:relative;
	overflow:hidden;
	width:1090px;
	z-index:2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.slider { width:1050px; height:350px; margin:0 auto; position:relative; z-index:2; }
.items { display:none;}

.pagination { display:none;}

.prev {
	display:block;
	position:absolute;
	background:url(../images/prev.png) 0 0 no-repeat;
	width:82px;
	height:82px;
	left:121px;
	top:131px;
	z-index:99;
}
.prev:hover {background-position:0 bottom;}
.next {
	display:block;
	position:absolute;
	background:url(../images/next.png) 0 0 no-repeat;
	width:82px;
	height:82px;
	right:117px;
	top:141px;
	z-index:99;
}
.next:hover {background-position:0 bottom;}

.banner{display:none;}
