body {
    overflow: hidden;
}

#slides_container {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000;
}

#slides_container .slide {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 100%;
}

.slideshowInfo {
    position: absolute;
    left: 0;
    top: 40%;
    cursor: pointer;
    z-index: 100;
}

.slideshowInfo .slideTitle {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    width: auto;
    background-color: #fff;
    padding: 3px 5px 3px 5px;
    margin-left: 90px;
}

.slideshowInfo .slideDate {
    color: #000;
    font-size: 10px;
    line-height: 17px;
    width: auto;
    background-color: #fff;
    padding: 5px;
    margin-left: 90px;
	display: none;
}

.slideshowInfo .slideTypeImg {
    display: block;
    margin-bottom: 3px;
    background-color: #FFF;
}

#btnPrev, #btnNext {
    z-index: 100;
    width: 30px;
    padding-top: 33px;
    height: 0;
    overflow: hidden;
    display: block;
    float: left;
}

#btnPrev {
    left: 12px;
    background: url(../imgs/slideshowControls/jumboArrowLeft.png);
    cursor: hand;
}

#btnPrev:hover {
    background-position: 0 33px;
}

#btnNext {
    right: 12px;
    background: url(../imgs/slideshowControls/jumboArrowRight.png);
    cursor: hand;
}

#btnNext:hover {
    background-position: 0 33px;
}

.slideshow_pagination {
    float: right;
    padding-top: 60px;
    width: 60px;
}
