/*--------- slider ---------*/
#slide {
	position:relative;
	width:1350px;
	height:550px;
	z-index:2;
	background:url(../images/slider-shadow.png) center 0 no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#apDiv1 {
	background-image: url(../images/bg-2.png);
}

.line-left {
	position:absolute;
	left:0px;
	top:-77px;
	background:#cedde1;
	width:1px;
	height:462px;
	z-index:111;
}
.line-right {
	position:absolute;
	right:-2px;
	top:-79px;
	background:#cedde1;
	width:1px;
	height:462px;
	z-index:111;
}

.slider {
	width:1350px;
	height:500px;
	position:relative;
	z-index:2;
}
.items { display:none;}

.pagination {
	position:absolute;
	bottom:26px;
	left:544px;
	display:inline-block;
	z-index:10;
}
.pagination li {float:left;	}
.pagination a {
	display:block;
	width:16px;
	height:16px;
	background:url(../images/pagination.png) right 0 no-repeat;
	margin-right: 2px;
}
.pagination li.current a, .pagination li:hover a {
	background-position: 0 0;
}


.banner{
	position:absolute;
	left:116px;
	top:46px;
	width:312px;
}
.banner-1 {
	background:url(../images/banner-1.jpg) 0 0 no-repeat;
	width:312px;
	height:186px;
}
.banner-2 {background:url(../images/banner-2.jpg) 0 0 no-repeat; width:312px; height:186px; margin-bottom:11px;}
.banner-3 {background:url(../images/banner-3.jpg) 0 0 no-repeat; width:312px; height:186px; margin-bottom:6px;}
.banner a.button-1 {margin-left:66px;}
