.unoSliderNav{
	position:absolute;
	bottom:10px;
	right:0;
	left:0;
	 z-index: 500;
	 text-align:center;
}

.unoSlider ul,
.unoSlider .sliderView {
    min-height: 120px;
	height:360px;
	width:700px;
}

.unoSlider ul {
    list-style: none;
    overflow: hidden;
    position: relative;
}

.unoSliderNav span {
    background: url("../images/unoSlider/unoslider-li-bg.png") no-repeat 0 0;
    color: #CCCCCC;
    cursor: pointer;
    display: inline-block;
	*diplay:inline; zoom:1; /* IE 7 */
	vertical-align:top;
    font-size: 0;
    height: 14px;
    margin-right: 0;
    width: 14px;
	margin:0 3px;
}

.unoSliderNav span:hover,
.unoSliderNav span:active {
    background: url("../images/unoSlider/unoslider-li-act.png") no-repeat 0 0;
}

.unoSliderNav .current {
    color: #f09;
}

.unoSlider .sliderView {
    left: 1000px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.unoSlider .current {
	background: url("../images/unoSlider/unoslider-li-act.png") no-repeat 0 0;
}