div#tmpSlideshow {
    margin: 0;
    padding: 0;
    position: relative;
    height: 330px;
    width: 980px; 
    z-index: 0; 
}
div.tmpSlide {
    position: absolute;
    top: 0px; 
    left: 0px; 
    width: 980px; 
    height: 330px; 
    display: none; 
}
div.tmpSlide img {
    float: left; 
    margin: 0; 
    width: 980px; 
    height: 330px; 
}

div#tmpSlideshowControls {
    position: absolute;
    top: 280px;
    left: 480px;
    width: 485px; 
    height: 45px; 
    z-index: 1010; 
}

div.tmpSlideshowControl {
    float: left; 
    margin: 0 0 0 4px; 
    padding: 2px 2px 2px 2px; 
    background: transparent;
    width: 45px;
    height: 45px;
    cursor: pointer; 
}

div.tmpSlideshowControlOn {
    background-color: #6699cc;
}

div.tmpSlideshowControlActive {
    background-color: #003366;
}

div.tmpSlideCopy {
    position: absolute;
    left: 565px;
    top: 20px;
    width: 400px;
}
div#tmpSlideshow h1 {
    width: 400px; 
    color: #336699; 
    font: 28px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 13px Arial, sans-serif; 
    color: #336699;
    line-height: 1.75em;
}

div#contBut {
    position: absolute;
    left: 465px; 
    top: 280px; 
    width: 34px; 
	z-index: 1011; 
}

div.remotebuttonOff {
	display: none;
}
div.remotebuttonOn {
	display: block; 
}

/*
.readMore { margin: 0; padding: 0; width: 104px; height: 35px; border: 0px; }
#i1, #i2, #i3, #i4, #i5, #i6, #i7, #i8, #i9 { width:104px; height: 35px; border: 0px; }

*/
.readMore { text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003366; text-decoration: underline; }
.readMore a { text-align: right; text-align: right;  font-weight: bold; color: #003366; text-decoration: underline;}
.readMore a:hover { text-align: right; color: #ff6600; text-decoration: underline; }
