/* slider */
#sliderCat.responsive {
    margin: 0;
    list-style-type: none;
    padding: 0;
    height: auto;
    width: 100%;
    z-index: 10;
    position: relative;
    margin-top: 53px;
}
/*#sliderCat li {
    margin:0;
    padding:0;
    width:100%;
    height: 100%;
}
#sliderCat li img {
    height: 100%;
    width: auto;
}*/

.bx-wrapper {
    background: none;
    border: none !important;
    box-shadow: none !important;
    left: 0;
}

#bx-pager {
    text-align: center;
    height: 100%;
}
#bx-pager a {
    margin: 0 3px;
    color: #5280dd;
    text-decoration: none;
}
#bx-pager a:hover {
    text-decoration: underline;
}
#bx-pager a img {
    border: 1px solid #ccc;
    padding: 3px;
    max-height: 90%;
    height: 90%;
}