/* === Preloader Section === */
div#icarousel div#iCarousel-preloader
{
    position: absolute;
    z-index: 1000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    padding: 0;
    width: 350px;
    height: 1px;
}
div#icarousel div#iCarousel-preloader div
{
    float: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 1px;
    background: #006EAB;
    width: 0px;
}

/* === The Container of the Slider === */
.carousel-container
{
    width: 100%;
    overflow: hidden;
}
.carousel-container #icarousel
{
    width: 580px;
    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;
}

/* === The Navigation buttons in the Slider === */
a.iCarouselNav
{
    display: block;
    position: absolute;
    top: 140px;
    width: 25px;
    height: 80px;
    z-index: 1000;
    text-indent: -9999px;
}
a#iCarouselPrev
{
    left: -290px;
    background: url(../images/btn-left-blue.png) no-repeat;
}
a#iCarouselNext
{
    right: -290px;
    background: url(../images/btn-right-blue.png) no-repeat;
}
a#iCarouselPrev:hover,
a#iCarouselNext:hover
{
    cursor: pointer;
    opacity: 0.8;
}

/* === The timer in the Slider === */
#iCarousel-timer
{
    position: absolute;
    z-index: 1000;
    border-radius: 5px;
    cursor: pointer;
}
#iCarousel-timer div
{
    border-radius: 3px;
}

/* The Navigation buttons in the Slider */
#icarousel
{
    position: relative;
}
#icarousel .slide
{
    position: relative;
    width: 564px;
    height: 358px;
    overflow: hidden;
    box-shadow: 0 0 10px #000;
    border: 0px;
    border-radius: 0px;
}
#icarousel .slide img
{
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
#icarousel .slide a
{
    display: none;
    position: absolute;
    top: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#icarousel .slide.current a
{
    display: block;
}
#icarousel .slide .slider-caption
{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 110, 171, 0.6);
    width: 100%;
    height: 135px;
}
#icarousel .slide .slider-caption h2
{
    margin: 0;
    padding: 20px 20px 5px 20px;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    
}
#icarousel .slide .slider-caption h3
{
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
}
#icarousel .slide .slider-caption p
{
    padding: 5px 20px;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}
#icarousel .slide .slider-caption p em
{
    font-weight: normal;
}
#icarousel .slide .slider-caption p strong
{
    font-weight: normal;
}