body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    position: relative;
    height: 297px;
    width: 960px;
}
div.tmpSlide {
	float:right;
    position: absolute;
    top: 26px;
    left: 480px;
    width: 430px;
    height: 235px;
    display: none;
}
div.tmpSlide img {
    float: left;
/*    margin: 26px 0 0 15px;*/
    width: 430px;
    border: 1px solid rgb(244, 244, 244);

}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 35px;
    left: 35px;
    width: 175px;
	float: right;

}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px;
	background-color:#999999;
	color:#000000;
    width: 20px;
    height: 20px;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 20px;
    vertical-align: middle;	
}
div.tmpSlideshowControlOn {

    background-image: url(FeatureOver.png);
}
div.tmpSlideshowControlActive {
background-color:#000000;
color:#FFFFFF;
}
div.tmpSlideCopy {
    position: absolute;
    right: 500px;
    top: 30px;
    width: 370px;
	float:left;

}
div#tmpSlideshow h4 {
    color: #fff;
	font-weight:bold;
	font-size:20px;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 14px Arial, sans-serif;
    line-height: 1.75em; color:#FFFFFF;
}