div.scroller {
    overflow: hidden;
    margin-left: 1px;
    z-index: 500;
    /* modify width and height of scrolling section if necessary	*/
    width: 680px;
    height: 402px;
    position: relative;
}

div.widescroller {
    overflow: hidden;
    margin-left: 1px;
    z-index: 500;
    /* modify width and height of scrolling section if necessary	*/
    width: 680px;
    height: 402px;
    position: relative;
}

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

div.widescroller div.section {
    width: 680px;
}

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

div.scroller div.content img{
    width: 680px;
    height: 402px;
} 

div.widescroller div.content img {
	width: 680px;
	height: 402px;
	
}

#my-glider {
    position: relative;
    margin-top: 2px;
}

#my-glider .controls {
    width: 150px;
    display: block;
    position: absolute;
    top: 375px;
    left: 572px;
    z-index: 100000;
}

#my-glider .controls a {
    display: block;
    float: left;
    height: 18px;
    width: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -border-radius: 9px;
    background-color: #eaeaea;
    color: white;
    margin: 0 9px 9px 0;
}

#my-glider .controls a img {
    display: inline;
    float: left;
    height: 35px;
    margin-left: 5px;
    margin-top: 10px;
    width: 50px;
}

#my-glider .controls a span {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-top: 20px;
}

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

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

#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 {
    background: none repeat scroll 0 0 black;
    height: 56px;
    left: 9px;
    opacity: 0.8;
    position: absolute;
    top: 355px;
    width: 680px;
    z-index: 10000;
}

#wideTeaserTextWrapper {
    background: none repeat scroll 0 0 white;
    height: 56px;
	left: 0px;
    opacity: 0.8;
    position: absolute;
    top: 232px;
    width: 638px;
    z-index: 10000;
}

#slideshowHeaderText {
    margin-top: 4px;
    margin-left: 8px;
    font-size: 24pt;
    display: block;
    color: white;
}

#slideshowDescriptorText {
    margin-top: 4px;
    margin-left: 8px;
    font-size: 11pt;
    display: none;
}



