
div#tmpSlideshow {
   
    padding: 0 0 0 0;
    position: relative;
    height: 275px;
    width: 700px;
	overflow:hidden;
	
	
    
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 275px;
    display: none;
}
div.tmpSlide img {
    
	float: left;
    margin: 0px 0 0 -700px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {

    position: absolute;
	float:left;
    bottom: 10px;
    margin-left:30px;
   
}
div.tmpSlideshowControl {

    float: left;
    margin: 0 5px 0 0;
    background-image:url(../images/slideTest/imageOff.png);
	background-repeat: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(../images/slideTest/imageOn.png)
}
div.tmpSlideshowControlActive {
background-image:url(../images/slideTest/imageOn.png);
background-repeat:no-repeat;
}
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;
}