
/* Start Sprite Master CSS */
.default-dot.active,.default-dot,.pause-btn,.play-btn{display: inline-block;background-repeat: no-repeat;background-image: url('../../images/ui-carousel.png');}
.default-dot.active {
    background-position: -14px -15px;
    width: 20px;
    height: 20px;    
}

.default-dot {
    background-position: -44px -15px;
    width: 20px;
    height: 20px;
}


.pause-btn {
    background-position: -74px -16px;
    width: 20px;
    height: 20px;    
}

.play-btn {
    background-position: -14px -50px;
    width: 20px;
    height: 20px; 
}
/* End Sprite Master CSS */
