div#tmpSlideshow {
    position: relative;
    height: 319px;
    width: 654px;
		top: 9px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 654px;
    height: 319px;
    display: none;
}
div.tmpSlide img {
    float: left;
    width: 654px;
		height: 319px;
		margin: 0px;
		padding: 0px;
		border: 0px;
}
div#tmpSlideshowControls {
    background-color:#2B2B2B;
    position: absolute;
    top:328px;
    width: 654px;
    height:20px;
}
div.tmpSlideshowControl {
    float: left;
    margin: 5px 3px;
    background: url('../_images/boxwhite.gif') no-repeat;
    width:13px;
    height:11px;
    color: #554d31;
    font: 4px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    vertical-align: middle;
    padding-bottom:2px;
}
div.tmpSlideshowControlOn {
   background-image: url('../_images/FeatureOver.png');
}
div.tmpSlideshowControlActive {
   background-image: url('../_images/boxred.gif');
}
div.tmpSlideCopy {
    text-align:left;
    position: absolute;
    left: 0px;
    top: 294px;
    width: 410px;
}
div#modCarousel tmpSlideCopy.h4 {
    color: #fff;
    text-transform: uppercase;
    font: 16px Arial, sans-serif;
    font-weight:bold;
    margin: 20px 0 0 0px;
}
div#modCarousel tmpSlideCopy.p {
    color: #000;
    font: 14px Arial, sans-serif;
	margin: 20px 0 0 0px;
}
div.tmpSlideCopy p {
    font-family: Arial, sans-serif;
    margin:5px 0 0 0px;
}
div.Pause {
border:none;
float:left;
margin:4px 3px 0 3px;
background:none;
}

input.Pause {
background:url('../_images/butpause.gif');
}

.PauseActive {
border:1px solid green;
}

