/* Homepage Slideshow */
.slideshow-wrapper { height:420px; position:relative;}
div#shadow { display:none;}
#slide-nav {background: url(../files/slideshow-nav-bg.png) repeat left top;position:absolute; height:30px;z-index: 5; bottom:0; width:100%; left:0;}
#slideshow {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 420px;
    left: 0;
    position:absolute;
    top:0;
    width: 100%;
}
.slide {
    height: 420px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.slidebg {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.slidecontent {
    overflow-y: hidden;
    z-index: 100; text-align:center;	
}

.home_banner {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.slidecontent > table, .banner_element > table {
    height: 420px;
    margin: 0 auto;
}
#prevArrow {
    background: url(../files/left-arrow.png) no-repeat left top;
    right:50%;
}
#nextArrow {
    background: url(../files/right-arrow.png) no-repeat left top;
    left:50%;
}
.arrow {
    cursor: pointer;
    height:30px;
    position: absolute; bottom:0;    
    width:31px;
}

*html .slide { left:0;}
*html #slideshow { top:0;}
*html .arrow { z-index:999;}
*html .slidecontent { top:40px;}