.slider {
	position:absolute;
	top:49px;
	left:5px;
	width:900px;
	margin:0 auto;
	height:399px;
	padding:25px;
	background:url(images/bg-slider.jpg) 0 0 no-repeat;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	box-shadow:0px 0px 15px 1px rgba(0,0,0,0.35);
	-moz-box-shadow:0px 0px 15px 1px rgba(0,0,0,0.35);
	-webkit-box-shadow:0px 0px 15px 1px rgba(0,0,0,0.35);
}
.items {
	display:none;
}

.banner {
	width:348px;
	min-height:186px;
	position:absolute;
	right:-350px;
	top:84px;
	font-size:18px; 
	line-height:22px; 
	color:#949692; 
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index:9998;
}
.banner .text1 {font-size:48px; line-height:1.2em; font-weight:400; text-transform:uppercase; color:#cdcfca; font-family:Georgia, "Times New Roman", Times, serif;}
.banner .text2 {font-size:48px; line-height:1.2em; font-weight:400; text-transform:uppercase; color:#cdcfca; margin:-13px 0 10px 0; font-family:Georgia, "Times New Roman", Times, serif;}

.pagination {
	position:absolute;
	padding:0;
	bottom:48px;
	right:50px;
	z-index:999;
	background:none;
}
.pagination li {
	display:inline;
	width:22px;
	height:21px;
	margin-left:1px;
}
.pagination li a {
	width:22px;
	height:21px;
	display:inline-block;
	background:url(../images/pagination.png) -23px 0 no-repeat;
}
.pagination li a:hover {background:url(../images/pagination.png) 0 0 no-repeat;}
.pagination li.current a {
	margin:0;
	cursor:default;
	width:22px;
	height:21px;
	background:url(../images/pagination.png) 0 0 no-repeat;
}