body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    position: relative;
    height: 200px;
    width: 750px;
    background-color: rgb(238, 238, 238);
  
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 730px;
    height: 332px;
    display: none;
}
div.tmpSlide img {
    float: left;
    width: 300px;
    height: 200px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 5px;
    right: 11px;
}
div.tmpSlideshowControl {
    float: left;
    background: url('../images/otherbtn.png') no-repeat;
    width: 20px;
    height: 20px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('../images/otherbtnh.png');
}
div.tmpSlideshowControlActive {
    background-image: url('../images/otherbtnh.png');
}
div.tmpSlideCopy {
    position: absolute;
    left: 330px;
    top: 20px;
    width: 410px;
}
div#tmpSlideshow h4 {
    color: #005bac;
    text-transform: uppercase;
    font: 16px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
	text-indent: 2em;
	color: #666666;
    font: 14px Arial, sans-serif;
    line-height: 1.75em;
}