#homepage_slideshow_container {
    width:100%;
    height:460px;
    overflow:hidden;
}


.zeus-default{
  /*      background-color:#ffffff; */
    color:#333333;
    background-image:url('../images/loader2.gif');
    background-repeat:no-repeat;
    background-position:center center;
}
.zeus-block {
    height:100%;
    padding:0px;
    display:none;
    margin:0px;
    border:0;
}


.zeus-content {
    padding:0;
}

.zeus-default .zeus-content h1,
.zeus-default .zeus-content h2,
.zeus-default .zeus-content h3 {
    color: #d6d6c6;
}


.zeus-default .next-block,
.zeus-default .prev-block {
    background-color:#bb0000;
}
.next-block,.prev-block {
    position:absolute;
    z-index:9;
    cursor:pointer;
    height:44px;
    width:44px;
    -webkit-transition:opacity 0.2s ease-in-out;
    -moz-transition:opacity 0.2s ease-in-out;
    -o-transition:opacity 0.2s ease-in-out;
    -ms-transition:opacity 0.2s ease-in-out;
    opacity:0.5;
}
.next-block:hover, .prev-block:hover {
    opacity:1.0;

    /* ================= zoomOutSlow  (infolane) ================== */
.zoomOutSlow {
    opacity: 0;
    position: relative;
    -webkit-animation: zoomOutSlow 3000ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: zoomOutSlow 3000ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: zoomOutSlow 3000ms ease both;
    -o-animation-play-state: paused;
    animation: zoomOutSlow 3000ms ease both;
    animation-play-state: paused;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomOutSlow {
    0% { opacity: 0; -webkit-transform: scale(.6); }
    100% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes zoomOutSlow {
    0% { opacity: 0; -moz-transform: scale(.6); }
    100% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes zoomOutSlow {
    0% { opacity: 0; -o-transform: scale(.6); }
    100% { opacity: 1; -o-transform: scale(1); }
}

@keyframes zoomOutSlow {
    0% { opacity: 0; transform: scale(.6); }
    100% { opacity: 1; transform: scale(1); }
}
/* ================= zoomInSlow  (infolane) ================== */
.zoomInSlow {
    opacity: 0;
    position: relative;
    -webkit-animation: zoomInSlow 3000ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: zoomInSlow 3000ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: zoomInSlow 3000ms ease both;
    -o-animation-play-state: paused;
    animation: zoomInSlow 3000ms ease both;
    animation-play-state: paused;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomInSlow {
    0% { opacity: 0; -webkit-transform: scale(1.8); }
    100% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes zoomInSlow {
    0% { opacity: 0; -moz-transform: scale(1.8); }
    100% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes zoomInSlow {
    0% { opacity: 0; -o-transform: scale(1.8); }
    100% { opacity: 1; -o-transform: scale(1); }
}

@keyframes zoomInSlow {
    0% { opacity: 0; transform: scale(1.8); }
    100% { opacity: 1; transform: scale(1); }
}

.clr {
    clear:both;
}