div#tmpSlideshow {
    position: relative;
    height: 300px;
    width: 482px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 482px;
    height: 300px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 0;
    width: 480px;
		height: 258px;
}
div#tmpSlideshowControls {
    background-color:#ABACAE;
    height:24px;
    margin:-86px 0 0;
    position:absolute;
    top:388px;
    width:478px;
}
div.tmpSlideshowControl {
    float: left;
    margin: 8px 3px;
    background: url('/global/graphics/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('/global/graphics/FeatureOver.png');
}
div.tmpSlideshowControlActive {
   background-image: url('/global/graphics/boxblue.gif');
}
div.tmpSlideCopy {
  left:2px;
  position:absolute;
  text-align:left;
  top:260px;
  width:480px;
}
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('/global/graphics/butpause.gif');
}

.PauseActive {
border:1px solid green;
}

