div.scroller {
    overflow: hidden;
    /* modify width and height of scrolling section if necessary	*/
    width: 635px;
    height: 288px;
    position: relative;
}

div.widescroller {
    overflow: hidden;
    margin-left: 1px;
    z-index: 500;
    /* modify width and height of scrolling section if necessary	*/
    width: 637px;
    height: 288px;
    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: 352px;
    overflow: hidden;
}
div.scroller div.section{
    width: 635x;
}

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

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

div.scroller div.content img{
    width: 635x;
    height: 288px;
} 

div.widescroller div.content img {
	width: 637px;
	height: 288px;
	
}

#my-glider {
    position: relative;
    border:1px solid #d8d8d8;
    padding:5px;
}

#my-glider .controls {
    position:absolute;
    top:270px;
    width:200px;
}



#my-glider .controls a {
    display: block;
    float: left;
    height: 14px;
    width: 14px;
   	border-radius:7px;
    background-color: #d8d8d8;
    color: white;
    margin-left:10px;
}

#my-glider .controls a:hover {
    background-color: #40b7e3;
}

#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: #40b7e3;
}

#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 {
    background: none repeat scroll 0 0 white;
    height: 56px;
    left: 0px;
    opacity: 0.8;
    position: absolute;
    top: 232px;
    width: 487px;
    z-index: 10000;
	display: inline;
}

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

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

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



