#slideshow {
    margin:0 auto;
    width:600px;
    height:460px;
    background:#1e1e1e;
    position:relative;
}
#slideshow #slidesContainer {
    margin:0 auto;
    width:600px;
    height:460px;
    overflow:auto; /* allow scrollbar */
    position:relative;
}
#slideshow #slidesContainer .slide {
    margin:0 auto;
    width:600px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
    height:460px;
}

/**
 * Slideshow controls style rules.
 */
.control {
    width:15px;
    height:50px;
    text-indent:-10000px;
    position:absolute;
    cursor: pointer;
}
#leftControl {
    top:0;
    left:0;
    background:#333 url(/img/IN_50.png) no-repeat 0 0;
}
#rightControl {
    top:0;
    right:0;
    background:#333 url(/img/AV_50.png) no-repeat 0 0;
}

#pageContainer {
    margin:0 auto;
    width:960px;
}
#pageContainer h1 {
    display:block;
    width:960px;
    height:114px;
    background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
    text-indent: -10000px;
}
.slide h2{
    margin:15px;
}

.slide p{
    margin: 0px;
}
.slide h2 {
    font:italic 24px Georgia, "Times New Roman", Times, serif;
    color:#ccc;
    letter-spacing:-1px;
}

.slide h4{
    margin: 0px;
    font-weight:normal;
    text-align:center;
    font-size:16px;
}
.slide img {
    float:right;
    margin:0px;
}
