div#tmpSlideshow {
	float:left;
    height: 308px;
    width: 527px;
	color:#000000;

}
div.tmpSlide {
    display: none;
	height: 308px;
    width: 527px;
}
div.tmpSlide img {
    float: left;
    margin: -12px 0 0 0;
	height: 308px;
    width: 527px;

}
div#tmpSlideshowControls {
    width: 440px;
	float:right;
}
div.tmpSlideshowControl {
    border: 1px solid #cccccc;
    float: left;
    margin: 0 5px 0 0;
    background: url('/Template/Pictures/Buttons/Feature.png') no-repeat;
    width: 28px;
    height: 26px;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
	color:#dddddd;
    line-height: 26px;
    vertical-align: middle;
}

div.tmpSlideshowControlActive {	
	background-color:#292929;
    border: 1px solid rgb(161, 155, 137);
	color:#999966;
}
div.tmpSlideCopy { margin:20px 0 0 0;width:488px;float:right;text-align:center; }
div#tmpSlideshow h4 {

    color: #f0f0f0;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}