div.scroller {
    /* modify width and height of scrolling section if necessary	*/
    width: 520px;
    height: 352px;
    overflow: hidden;
    border: 1px solid #cccccc;
    z-index: 500;
}

div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)	*/
    width: 520px;
    height: 352px;
    overflow: hidden;
    float: left;
}

div.scroller div.content {
    width: 10000px;
}

div.scroller div.content img {
    width: 520px;
    height: 352px;
}

#my-glider .controls {
    float: left;
    width: 110px;
    display: block;
}

#my-glider .controls a {
    float: left;
    display: block;
    width: 175px;
    height: 88px;
}

#my-glider .controls a.slideshowControlCurrent {
    color: maroon;
}

#my-glider .scroller {
    float: left;
}

#scrollerWordsWrapper {
    position: absolute;
    visibility: visible;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 900;
}

#jsScrollerWords {
    position: relative;
    display: block;
    height: 75px;
    background-color: white;
    top: 300px;
    left: 0px;
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 1px;
    width: 520px;
    z-index: 1000;
}

#jsScrollerWords div {
    color: black;
}

#teaserTextWrapper {
    position: absolute;
    width: 640px;
    height: 85px;
    top: 290px;
    left: 0px;
    background: white;
    opacity: 0.8;
}
 
#slideshowDescriptorText {
    margin-top: 4px;
    margin-left: 8px;
    font-size: 11pt;
    display: block;
} 

