.banner_slides1 {
    position: relative;
    overflow: visible !important;
}
.slides_container {
    overflow: visible !important;
    width: 100% !important;
}
.slides_control {
    width: 100% !important;
}

.banner_slides1 .pagination {
    position: absolute;
    bottom: 8px;
    right: 7px;
    margin: 0;
    z-index: 10;

}
.banner_slides1 .pagination li a {
    background: #2573a5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2573a5, #11538d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2573a5, #11538d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2573a5, #11538d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2573a5, #11538d); /* Standard syntax */
    border: 0;
    border-radius: 0;
    color: white;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    border: 1px solid #e0e0e0;
    border-right: 0px;

    margin-right: 1px !important;

}
.banner_slides1 .pagination .current a {
    background: #258fcd;
}
.banner_slides1 .pagination li:last-child a {
    border-right: 1px solid #e0e0e0;
    width: 39px;

}

.banner_slides1 .pagination li a:hover {
    color: white !important;
    font-weight: bold;
}

.banner_slides1 .prev {
    position: absolute;
    left: 0;
    bottom: 45%;
}
.slides {
    width: 100% !important;
    height: inherit !important;
}
.slides a {
    width: 100% !important;
}
.slides a img{
    width: 100% !important;
    height: auto !important;
}
.slides a img:hover {
    opacity: 0.9;
}
.banner_slides1 .prev {
    background: #2573a5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2573a5, #11538d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2573a5, #11538d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2573a5, #11538d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2573a5, #11538d); /* Standard syntax */
    width: 40px;
    height: 40px;
    margin-left: -15px;
    position: absolute;
    left: 0;
    bottom: 45%;
    z-index: 10;
    text-align: center;
}

.banner_slides1 .next {
    background: #2573a5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2573a5, #11538d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2573a5, #11538d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2573a5, #11538d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2573a5, #11538d); /* Standard syntax */
    width: 40px;
    height: 40px;
    margin-right: -15px;
    position: absolute;
    right: 0;
    bottom: 45%;
    z-index: 10;
    text-align: center;
}

.slides .caption span {
    font-family: 'Arial Narrow', 'Arial', sans-serif;
    font-variant: small-caps;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    color: white;
    left: 0;
    padding: 10px 20px;
    background-color: rgb(0, 183, 234);
    background-color: rgba(0, 183, 234, 0.60);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b7ea, endColorstr=#009ec3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b7ea, endColorstr=#009ec3)";
    background-size: 100% 100%;
    z-index: 5;
    font-size: 19px;
}