body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    height: 500px;
    width: 960px;
}
div.tmpSlide {
    width: 960px;
    height: 500px;
    display: none;
}
div.tmpSlide img {
    width: 960px;
}
div#tmpSlideshowControls {
	margin-left: 100px;
    width: 960px;
}
div.tmpSlideshowControl {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
    width: 18px;
    height: 20px;
    color: #554d31;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('/Template/Pictures/Buttons/FeatureOver.png');
}
div.tmpSlideshowControlActive {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #354a42;
	background-color: #FFFFFF;
	
}