.ft-title {
    background-color: rgb(0, 0, 0) !important;
    height: 47px;
    padding-left:10px;
    text-align: left;
    width: 967px;
    font-weight: normal!important;
font-family: 'PTSansNarrowBold', Arial, sans-serif;
    font-size: 170%;
    line-height: 47px;
    font-style: normal;
}
.ft-title a {
    color: #fff; font-style: normal;
}
.ft-prev, .ft-next {
    /* CSS3 transform */
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ft-prev {
    /*background-color: rgba(128, 128, 128, 0.5);
    border-color: transparent #0072BC transparent transparent;
    border-radius: 0 30px 30px 0;
    border-style: solid;
    border-width: 30px;*/
    height: 0;
    overflow: hidden;
    width: 0;
}
.ft-next {
    /*background-color: rgba(128, 128, 128, 0.5);
    border-color: transparent transparent transparent #0072BC;
    border-radius: 30px 0 0 30px;
    border-style: solid;*/
    border-width: 30px;
    overflow: hidden;
    width: 0;
    height: 0;
}
.ft-prev:hover {
    border-right-color: #00548b;
}
.ft-next:hover {
    border-left-color: #00548b;
}
#ft-buttons-gallery a:link, #ft-buttons-gallery a:visited {
    background-color: #F5F5F5;
   
    border-radius: 3px;
    color: #0072BC;
    font-weight: normal;
    margin-left: 10px;
    padding: 0 7px;
    text-decoration: none;
    width: 22px;
}
#ft-buttons-gallery a.ft-button-gallery-active {
    background-color: #DDEEFF;
    color: #0072BC;
    cursor: default;
    margin-left: 10px;
    padding: 0 7px;
    text-decoration: none;
     border-radius: 3px;
}