/**
 * Slideshow style rules.
 */

#slideshow #slidesContainer {
    margin: 0 auto;
    overflow: auto; /* allow scrollbar */
    position: relative;
}

/**
 * Slideshow controls style rules.
 */
.control {
    display: inline-block;
    width: 39px;
    height: 263px;
    text-indent: -10000px;
    position: absolute;
    cursor: pointer;
}

#leftControl {
    top: 230px;
    left: 100px;
    background: transparent url(../html/control_left.html) no-repeat 0 0;
    z-index: 100;
}

#rightControl {
    background: transparent url(../html/control_right.html) no-repeat 0 0;
    top: 230px;
    right: 100px;
    z-index: 100;
}

/**
 * Style rules for Demo page
 */

.slide {
    display: inline-block;
}

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

.slide img {
    float: right;
    margin: 0 15px;
}