div.flex-caption {
    position: absolute !important;
    background: rgb (0, 0, 0, 0) !important;
    color: #fff;
    padding: 5px;
    font-weight: 900;
    font-size: 16pt;
    color: #ffffff
    a:visited {
        color: black;
    }
}

ul.flex-direction-nav {
    display: none;
}

.flex-direction-nav a:before {
    display: none;
}

 /* .flex-direction-nav a:before  { 
    font-family: "Glyphicons Halflings";
    content:"\e257";
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
}
*/

.flex-direction-nav a.flex-next:before {
display: none;
}
 /*.flex-direction-nav a.flex-next:before  { 
    font-family: "Glyphicons Halflings";
    content:"\e258";
    display: block;
    text-decoration: none;
    width: 40px;
    height:40px;
}
*/
a:hover, a:focus {
    text-decoration: none;
}

.flex-direction-nav a {
     overflow: visible;  
	
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
    display: block;
}

a.flex-active {
    background: #d3d3d3 !important;
}