/*--------- slider ---------*/
/*#slide {
	position:relative;
	overflow:hidden;
	width:auto;
	margin:0 auto;
	z-index:2;
}*/
.slider {
	width:100%;
	height:550px;
	margin:0 auto;
	position:relative;
	left: 0;
    top: 0;
    right: 0;
	z-index:2;
}
.items {
	display:none;
}
.pagination {
	display:none;
}
.prev {
	display:block;
	position:absolute;
	background:url(../images/prevSlider.png) 0 0 no-repeat;
	width:82px;
	height:82px;
	left:25px;
	top:222px;
	z-index:99;
}
.prev:hover {
	background-position:0 bottom;
}
.next {
	display:block;
	position:absolute;
	background:url(../images/nextSlider.png) 0 0 no-repeat;
	width:82px;
	height:82px;
	right:25px;
	top:223px;
	z-index:99;
}
.next:hover {
	background-position:0 bottom;
}
.banner {
	display:none;
}
