#fs-slider h3 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-family: MyriadPro-Light;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 8px 20px;
    position: absolute;
    width: 100%;
}
#fs-slider .item {
    text-align: center;
}
#pav-slideShow .owl-controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.owl-dot{
       background: #fff;
    margin: 0px 6px;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    display: inline-block;
    border: 2px solid #FFF;
}
.owl-dots{
	    text-align: center;
}
.owl-dot.active,
.owl-dot:hover{
   background: #2080CA;
}