

.tparrows:hover {
    background: #74c9be;
    color: #fff;
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 60%;
    margin-left: 5px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: #ececec;
}

.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: #c51b00
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
