div#tmpSlideshow {
	height:170px;
}
div.tmpSlide {
	position: relative;
	top: 0px;
	left: 0px;
    width: 213px;
    height: 170px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 0px;
    width: 213px;
}
div#tmpSlideshowControls {
	position: relative;
	top: 0px;
	left: 0px;
    width: 210px;
	height:20px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin-top:10px;
	padding-top:5px;
    background-color:white;
    width: 15px;
    color: #554d31;
    font: 9px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 9px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-color: #CCC;
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
	position: absolute;
	left: 0px;
	top: 138px;
    width: 210px;
	height:100px;
}
div#tmpSlideshow h4 {
    font: 13px "Lucida Grande", "Lucida Sans Unicode", "Verdana", sans-serif;
	font-weight:bold;
    margin: 0px 0px 0px 0px;
}
div.tmpSlideCopy p {
    font: 13px "Lucida Grande", "Lucida Sans Unicode", "Verdana", sans-serif;
}