
div#tmpSlideshow {
    height: 260px;
    width: 297px;
}
div.tmpSlide {
	width: 297px;
    height: 260px;
    display: none;
}
div.tmpnewsSlide {

    display: none;
}
div.tmpSlide img {
	width: 297px;

}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 30px;
    right: 11px;
    width: 175px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 5px 0 0;
    /*background: url('/Template/Pictures/Buttons/Feature.png') no-repeat;*/
    width: 38px;
    height: 36px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    /*background-image: url('/Template/Pictures/Buttons/FeatureOver.png');*/
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
	/*
    position: absolute;
    top: 180px;
    width: 448px;
	color:#000000;
	padding:5px;
	background-image:url(../images/slide-bg.png);
	*/
    position: relative;
	margin-top:-60px;
    width: 448px;
	color:#000000;
	padding:5px;
	background-image:url(../images/slide-bg.png);	
}
.slidetitle1 {
	color:#8d2e31;
	font-weight:bold;
	font-size:20px;
}
.slidetitle1 a {
	text-decoration:none;
}
.slidetitle1 a:hover {
	text-decoration:none;
}
.slidetitle2 {
	color:#333333;
	font-weight:bold;
	font-size:14px;
}
.slidetitle2 a{
	color:#333333;
	text-decoration:none;
}
.slidetitle2 a:hover{
	text-decoration:none;
}
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;
}