#slideshow2 {
    margin:0 auto;
    max-width:650px; width: 100%;
    height:263px;
    position:relative;}
#slideshow2 #slidesContainer {
    margin:0 auto;
    max-width:560px;width: 100%;
    height:263px;
    overflow:auto; /* allow scrollbar */
    position:relative;
}
#slideshow2 #slidesContainer .slide {
    margin:0 auto;
    max-width:540px; width: 100%; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
    height:263px;
}

#slideshow2 #slidesContainer2 {
    margin: 0 auto;
    max-width: 560px; width: 100%;
    height: 263px;
    overflow: auto;
    position: relative;
}
/**
 * Slideshow controls style rules.
 */
.control2 {
    display:block;
    width:43px;
    height:43px;
    text-indent:-10000px;
    position:absolute;
    cursor: pointer;
}
#leftslide2Control {
    top:42%;
    left:0;z-index: 9999999;
    background:transparent url(../img/left-arrow.png) no-repeat 0 0;
}
#rightslide2Control {
    top:42%;
    right:0;z-index: 9999999;
    background:transparent url(../img/right-arrow.png) no-repeat 0 0;
}

.slide2{ width: 100% !important;max-width: 555px;}
.slide2 h2, .slide2 p {
    margin:15px;
}
.slide2 p{ font: normal normal normal 14px/1.5 arial; color:#676767;}
.slide2 h2 {
    font:italic 24px Georgia, "Times New Roman", Times, serif;
    color:#8B8B8B; text-align: center;
}
.slide2 img {
    float:right;
    margin:0 15px;
}