div#tmpSlideshow {
    margin: 10px 0 0 0;
    padding: 30px 0 0 0;
    position: relative;
    width: 370px;
	height: 130px;
    /*border: 1px solid rgb(200, 200, 200);*/
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
	width: 345px;
    height: 150px;
    display: none;
}
div.tmpSlide img {
    float: left;
	margin: 10px 0 0 15px;
	width: 130px;
	height:60px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    position: absolute;
	bottom: 5px;
    right: 0;
	width: 140px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 5px 0 0;
    background: url('../images/FeatureOver.png') no-repeat;
	width: 25px;
    height: 23px;
    color: #554d31;
	font: 11px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
	line-height: 23px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('../images/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
    position: absolute;
	left: 200px;
	top: 10px;
	width: 160px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 11px Arial, sans-serif;
	margin: 0 0;
}

div#tmpSlideshow h4 a{color:#d57012;TEXT-DECORATION: none;}
div#tmpSlideshow h4 a:hover {TEXT-DECORATION: none;COLOR: #d57012;}

div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
	line-height: 18px;
}

div.tmpSlideCopy p a{color:#404040;text-decoration:none;}
div.tmpSlideCopy p h4 a:hover{text-decoration:none;color:#000}
