body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    position: relative;
    height: 330px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    display: none;
}
div#tmpSlideshowControls {
padding-top:3px;
height:13px;
float:right;
margin-right:20px;
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px 0 0;
    width: 13px;
    text-align: center;
    cursor: pointer;
	background: url('../images/num_2.gif') no-repeat;
	color:#000000;
	font-size:11px;
}
div.tmpSlideshowControl span {
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
}
div.tmpSlideshowControlActive {
	background: url('../images/num_1.gif') no-repeat;
	color:#ffffff;
	font-size:11px;
}
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;
}
