
.rsUni .rsBullets {
    height: auto;
    line-height: 5px;
    margin: -40px auto 0;
    overflow: hidden;
    padding-top: 4px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 35;
}

.rsUni .rsBullet.rsNavSelected span {
    background-color: #cfcfcf;
}

.rsUni .rsBullet span {
    background: #FFF none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
	margin-top:8px;
    box-shadow: 1px 3px 3px #999;
}

.rsUni .rsBullet {
    display: inline-block;
    height: 16px;
	padding: 6px;
    width: 16px;
}

.rsUni .rsArrowIcn {
    background: rgba(0, 0, 0, 0) url("../images/rs-universal.png") repeat scroll 0 0;
    border-radius: 2px;
    top: 90%;
    cursor: pointer;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    opacity: 0.5;
    position: absolute;
    width: 32px;
}

@media all and (max-width: 768px) {
    .rsUni .rsBullets {
        display: none;
    }
}