.unoSlider ul,
.unoSlider .sliderView,
.unoSlider2 ul,
.unoSlider2 .sliderView2 {
	width:1000px;
	height:635px;
	overflow:hidden;
}

.unoSlider ul,.unoSlider2 ul{
    list-style: none;
	margin:50px 0 0 50px;
    overflow: hidden;
    position: relative;
}

.unoSliderNav,.unoSliderNav2{
	clear: both;
	width: 115px;
	height: 48px;
	margin: 0 auto;
	padding: 0 0 10px 35px;
	position: relative;
}

.unoSliderNav span,.unoSliderNav2 span {
    color: #afa1a6;
    cursor: pointer;
    font-size: 30px;
	margin-right:5px;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.unoSliderNav span:hover,
.unoSliderNav span:active,
.unoSliderNav2 span:hover,
.unoSliderNav2 span:active {
    color: #999;
}

.unoSliderNav .current,
.unoSliderNav2 .current2 {
    color: #5f5f5f;
}

.unoSlider .sliderView,
.unoSlider2 .sliderView2 {
    left: 1000px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.unoSlider .current,
.unoSlider2 .current2 {
    left: 0;
    opacity: 1;
    z-index: 10;
}

#PREV,#PREV2 {
	position: absolute;
	top: 3px;
	left:0px;
	height:35px;
	width:19px;
}
#NEXT,#NEXT2 {
	position: absolute;
	top: 3px;
	left: 123px;
	height: 35px;
	width: 19px;
}

#PREV a,#NEXT a,#PREV2 a,#NEXT2 a {
	width: 27px;
	height: 27px;
	float: left;
	text-indent: -9999px;
}

#PREV a.prev,#PREV2 a.prev {
	background: url(../images/change_bt_left.png) no-repeat;
	background-position:left top;
}

#NEXT a.next,#NEXT2 a.next {
	background: url(../images/change_bt_right.png) no-repeat;
	background-position:left top;
}

#PREV a:hover.prev,#PREV2 a:hover.prev {
	background-position:left bottom;
	}
#NEXT a:hover.next,#NEXT2 a:hover.next {
		background-position:left bottom;
	}
