body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
	padding: 30px 0 0 0;
	position: relative;
	height: 200px;
	width: 958px;
}
div.tmpSlide {
	position: absolute;
	top: 0;
	left: -1px;
	width: 958px;
	height: 380px;
	display: none;
}
div.tmpSlide img {
	vertical-align: middle;
	width: 958px;
	height: 380px;
}
div#tmpSlideshowControls {
	position: absolute;
	bottom: -178px;
	right: -23px;
	width: 130px;
	height: 24px;
	background-image: url(images/fundo_slidecontrols.jpg);
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px 0 2px;
    background: url('(images/feature.png') no-repeat;
	z-index: 100;
    width: 14px;
    height: 16px;
    color: #848484;
    font: 11px Tahoma;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 15px;
    vertical-align: middle;
}
div.tmpSlideshowControlActive {
    background-image: url('images/feature_over.png');
	vertical-align: middle;
	color: #00a7eb;
}
div.tmpSlideCopy {
    position: absolute;
    left: 565px;
    top: 20px;
    width: 170px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}
