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

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

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

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

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

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

#my-glider {
    position: relative;
	margin: 2px 0 20px 15px;
}

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

#my-glider .controls a {
    display: block;
    float: left;
    height: 56px;
    width: 100%;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    background-color: #40b7e3;
    color: white;
    margin-bottom: 2px;
}

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

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

#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: 151px;
    opacity: 0.8;
    position: absolute;
    top: 232px;
    width: 487px;
    z-index: 10000;
}

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

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

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

.interactiveBoxSmall h4,
#mediaBox h4
 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#mediaBox {
	height: auto;
}

#MailingListSubscriberForm .additionalBox h3
{
	font-size: 14px;
}

#MailingListSubscriberForm table tr td
{
	padding-bottom: 6px;
}

#MailingListSubscriberForm table .tableCol1
{
	width: 160px;
}

