/* SHOW NEW SLIDER */

/*#ar-slider {
    display: block!important;
}

#myCarousel-wrapper, #scroll-tip {
    display: none!important;
}*/

/* HIDE NEW SLIDER */

#ar-slider {
    display: none!important;
}

