/*--------- slider ---------*/

#slide { 
	height:600px; 
	width:900px; 
	position:relative; 
	overflow:hidden; 
	z-index:2
}

.slider {
	width:1000px;
	margin:0 auto;
	height:500px;
	position:relative;
	z-index:2;
	overflow:visible !important;
	/*margin-top: 23px;	*/
}

.shadow {
	position:absolute;
	display:block;
	width:1000px;
	height:100px;
	background:url(images/shadow.png) no-repeat center bottom;
	bottom:-1px;
	z-index:500;
}





.bg-items {
	position:absolute;
	background:url(images/bg-banner-item.png) no-repeat center bottom;
	z-index:100;
	width: 1000px;
	height: 29px;
	bottom:100px;

}

.items {
	display:none;
}
 

.pagination {
		background: none;
		position:absolute;
		bottom:85px;
		left:464px;
		display:inline-block;
		height:29px;
		width: 163px;
		z-index:200;
	}
	.pagination li {
		float:left;
		padding:0 8px 0 0;
		line-height:0;
		margin:0;
		color:#252525;
		background:none !important;
		list-style: none;
	}
		.pagination a {
			display:block;
			width:12px;
			height:12px;
			background:url(images/pagination-a-bg.png) left 0px no-repeat;
			font-size:0;
			line-height:0;
			text-decoration:none;
		}
			.pagination li.current a,
			 .pagination a:hover {
				background-position:0 -68px;
			}

 
 
/*-------- end slider -----------*/
