
div#tmpSlideshow {
    font-family: Arial, sans-serif;
    position: relative;
    margin: 10px auto;
    padding:0;
    height: 245px;
    width: 740px;
    border: 1px solid #C8C8C8;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 740px;
    height: 210px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 5px 0 0 15px;
    width: 185px;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 30px;
	top:200px;
    right: 0px;
    width: 140px;
}
div.tmpSlideshowControl {
    border: 1px solid #A0CEFF;
    float: left;
    margin: 0 5px 0 0;
    background: url(safety_control_img/Feature.jpg) no-repeat;
    width: 38px;
    height: 36px;
    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(safety_control_img/FeatureOver.jpg);
}
div.tmpSlideshowControlActive {
    border: 1px solid #1861ae;
}
div.tmpSlideCopy {
    position: absolute;
    left: 250px;
    top: 5px;
    margin:0;
    padding:0;
    width: 400px;
}
div#tmpSlideshow h4 {
    color: #1861ae;
    text-transform: uppercase;
	font-weight:bolder;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
	background:#ffffff;
    line-height: 1.75em;
}
