.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    cursor: pointer;
    width: 32px;
    height: 103px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
}

.jquery-slider-control:hover {
    opacity: 1;
}

.jquery-slider-control-prev {
    left: 0px;
    top: 33px;
}
	.noplayer .jquery-slider-control-prev {
	    top: 53px;
	}

.jquery-slider-control-next {
    right: 0px;
    top: 33px;
}
	.noplayer .jquery-slider-control-next {
	    top: 53px;
	}
