* {
	padding:0;
	margin:0;
}
.slider-block {position:relative; height:550px;padding:5px; width:950px; background:url(../images/main-1.png) repeat left top;}
.slider {
	width:951px;
	height:550px;
	margin:0 0px 0 0px;
	margin-top:0px;
	overflow:hidden
}
.items {
	display:none;
}

.pagination {position:absolute;  z-index:111;bottom:6px; left:49%; height:15px}
.pagination li {display:inline-block; margin:0 0 9px 2px;width:15px; height:15px;background:url(../images/nav.png) no-repeat left top; }
.pagination li:hover, .pagination li.current {background-position:0 bottom;}
.pagination li.current {cursor:default}
.pagination li.current a:hover {cursor:default}

.pagination li a {display:inline-block; width:15px; height:15px; }
.banner {display:none;}


a.prev, a.next {width:25px; height:56px; position:absolute; z-index:205;}
a.prev:hover, a.next:hover {background-position:0 top}
a.prev {background:url(../images/prev.png) no-repeat left bottom; left:24px; top:251px;}
a.next {background:url(../images/next.png) no-repeat left bottom; right:24px; top:251px;}