
.slider {
	position: relative;
	display: block;
	width:905px;
	height:501px;
	margin:3px 0 0 4px;
	z-index:1; overflow:visible!important;
}

.items {
    display: none;
}

.pagination {
    position: absolute;
    right: 150px;
	bottom: -30px;    
    z-index: 1000;
}
.pagination li {
    float: left;
    margin-right: 0px;
}
.pagination a {    
    display: block;    
    width: 32px;
	height: 32px;
	background: url(../images/pagination.png) left top no-repeat;
}
.pagination a:hover, .pagination .current a {
    background-position: right top;
}



/*.progbar {
	background:#000;
	width:100%;
	height:2px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:6;
}*/