.slider-wrapper {
	overflow:hidden;
	width:923px;
	height:420px;
	position:relative;
	z-index:1;
	margin-right: 0px;
	margin-top: 5px;
	background-color: #4E0609;
}
#page1 #wrapper .sound {
	height: 30px;
	width: 80px;
	background-color: #54090B;
	margin-top: 5px;
	overflow: visible;
	border: thin dashed #470508;
	visibility: visible;
	position: relative;
	clip: rect(20px,auto,auto,auto);
}

.slider {
	width:923px;
	height:420px;
}
.items {
	display:none;
}

.pagination {
	position:absolute;
	left:370px;
	bottom:-5px;
	z-index:999;
	padding:15px 20px;
	background:url(../images/pagination-tail.) 0 0 repeat-x;
}
.pagination li {
	float:left;
	padding-right:1px;
}
.pagination li a {
	display:block;
	width:29px;
	height:29px;
	text-indent:-5000px;
	background:url(../images/slider-pagination.) left top no-repeat;
}
.pagination li.current a, 
.pagination li a:hover {background-position:left bottom;}
