@font-face {
    font-family: "FontAwesome";
    src: url('../../font/fontawesome-webfont.eot');
    src: url('../../font/fontawesome-webfontd41d.eot?#iefix') format('eot'), url('../../font/fontawesome-webfont.woff') format('woff'), url('../../font/fontawesome-webfont.ttf') format('truetype'), url('../../font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#slides {
    position: relative;
}

    #slides .slides-container {
        display: none;
    }

    #slides .slides-container img {
        height:100%;
        width:100%;
    }


    #slides .scrollable {
        *zoom: 1;
        position: relative;
        top: 0;
        left: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }

        #slides .scrollable:after {
            content: "";
            display: table;
            clear: both;
        }

.slides-navigation {
   
    position: absolute;
    z-index: 3;
    top: 101%!important;
    width: 100%;
}

    .slides-navigation a {
        position: absolute;
        display: block;
    }

        .slides-navigation a.prev {
            left: 0;
        }

        .slides-navigation a.next {
            right: 0;
        }

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 2px;
    text-align: center;
    width: 100%;
    display: none;
}

.slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
    color: transparent;
}

        .slides-pagination a.current {
            background: #222;
        }

.slider {
    z-index: 0;
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}
.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
.slides-navigation a {

/*-webkit-border-radius: 30px; */
   /* moz-border-radius: 30px;*/
    /* border-radius: 30px; */
    display: block;
    text-decoration: none;
    /* border: 3px solid #fff; */
    color: #0852a3;
    font-weight: normal;
    /* font-size: 60px; */
    /* margin: 0 50px; */
    text-align: center;
    height: 40px;
    width: 40px;
    top: -40px;
    padding: 1px;





}

@media only screen and (max-width: 600px) {
    .slides-navigation a.prev, .slides-navigation a.next {
        opacity: 1!important;
    }
}
.slides-navigation i:hover
{
    color:#fff;
}


