.carousel-container {
    width: 100%;
    overflow: hidden;
    padding: 130px 0 30px;
}

#icarousel {
    width: 490px;
    height: 400px;
    position: relative;
    margin: 20px auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

    #icarousel .slide {
        display: block;
        border-radius: 4px;
        /* border: 8px #333 solid;
        border: 8px rgba(0,0,0,0.5) */
        width: 480px;
        overflow: visible !important;
        height: 360px;
    }


        #icarousel .slide h5 {
            position: absolute;
            bottom: -71px;
            left: 10px;
            right: 10px;
            opacity: 0.7;
            filter: alpha(opacity=70);
            text-align: center;
        }

            #icarousel .slide h5 span {
                color: white;
                background: #000;
                background: rgba(0, 0, 0, 0.4);
                padding: 5px 10px;
                display: inline-block;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }

        #icarousel .slide:hover h5 {
            opacity: 1;
            filter: alpha(opacity=100);
        }


/* The Navigation buttons in the Slider */
a.iCarouselNav {
    display: block;
    position: absolute;
    top: 150px;
    width: 40px;
    height: 100px;
    background-image: url(/Portals/Portal1/Uploads/Upload/images/nav_paddles.png);
    z-index: 1000;
    text-indent: -9999px;
    opacity: 0.5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    cursor: pointer;
}

    a.iCarouselNav:hover {
        opacity: 1;
        -ms-filter: alpha(opacity=100);
        filter: alpha(opacity=100);
    }

    a.iCarouselNav:active {
        background-image: url(/Portals/Portal1/Uploads/Upload/images/nav_paddles_down.png);
    }

a#iCarouselPrev {
    left: 20px;
    background-position: -16px 0px;
}

a#iCarouselNext {
    right: 20px;
    background-position: 56px 0px;
}
/* The Preloader in the Slider */
#iCarousel-preloader {
    position: absolute;
    z-index: 1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: #000 1px solid;
    border-color: rgba(0,0,0,0.6);
    padding: 1px;
    width: 150px;
    height: 3px;
}

    #iCarousel-preloader div {
        float: left;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 3px;
        background: #000;
        background: rgba(0,0,0,0.6);
        width: 0px;
    }

/* The timer in the Slider */
#iCarousel-timer {
    position: absolute;
    z-index: 1000;
    border-radius: 5px;
    cursor: pointer;
    height: 10px !important;
    bottom: 65px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

    #iCarousel-timer div {
        border-radius: 3px;
    }

#page_header:after, #slideshow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/Portals/Portal1/Uploads/Upload/images/glare-effect.png);
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width:490px) {
    .responsiveSlideshow .carousel-container {
        padding: 70px 0 30px;
    }

    .responsiveSlideshow #icarousel {
        width: 100%;
    }
    .responsiveSlideshow #icarousel .slide{
        width:98% !important;
    }
    #iCarousel-timer{display:none !important;}
}

@media (max-width:375px) {
    .responsiveSlideshow #icarousel .slide{
        height:auto !important;
    }
}
@media (max-width:330px) {
  .responsiveSlideshow #icarousel {
        height: 350px ;
    }

  .responsiveSlideshow a.iCarouselNav{top:110px;}
}
