.slideshow-element {
/*    display: none;*/
    position: relative;
    float:left;
    width: 100%;
/*    overflow: hidden;*/
}
.slideshow-cont img {display: block;}
.slideshow-element img.slide {display: none;}
#slideshow-nav-cont {    
    position: absolute;
    right: 50%;
    bottom: 0px;
    margin-left: 450px;
    width: 100%;
}
#slideshow-nav {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    right: 10px;
/*    height: 60px;*/
    overflow: hidden;
}
#slideshow-nav li {
    display: block;
    float: left;
    width: 160px;
    height: 6px;    
    margin-left: 5px; 
}
#slideshow-nav li a {
    float:left;
    padding-top: 100px;
    margin-top: 50px;
    background: #000;
}
#slideshow-nav li a:hover {
    float:left;
    padding-top: 0px;
    margin-top: 0px;
}
#slideshow-nav li.activeSlide {
    float: left;
    width: 160px;
    height: 60px;
    padding-top: 0px;
    margin-top: 0px;
}
#slideshow-nav li.activeSlide a {
    float: left;
    width: 160px;
    height: 60px;
    padding-top: 0px;
    margin-top: 0px;
}
#slogan {
    display: none;
    padding: 10px;
    position: absolute;
    margin-left: -474px;
}
#slogan-box {
    float: left;
}
#slogan-link-box {
    float: left;
    width: 42px;
    height: 100px;
}
#slogan-title {
    padding: 10px 10px 0px 10px;
}
#slogan-subtitle {
    padding: 10px 10px 0px 10px;
}
#slideshow-nav-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 26px;
    height: 75px;
    z-index: 20;
    margin-top: -35px;
    cursor: pointer;
}
#slideshow-nav-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
    height: 75px;
    z-index: 20;
    margin-top: -35px;
    cursor: pointer;
}

@media only screen and (max-width: 960px) {
    #slideshow-nav-next, #slideshow-nav-prev, #slogan, #slideshow-nav-cont {
        display:none !important;

    }
}
@media only screen and (max-width: 1000px) {
    #slideshow-nav-next, #slideshow-nav-prev {
        display:none !important;

    }
}

.slideshow-slogan {
    display: none;
    position: absolute;
}



.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#slogan-link-box { height:23px !important; width:23px !important; position: absolute; bottom: 10px; right: 10px;}
.slogan-link-button { float: left; width: 23px; height: 23px;}