@font-face {
    font-family: 'BellGothicStdLightBold';
    src: url('BellGothicStdLightBold/bellgothicstd-bold-webfont.eot');
    src: url('BellGothicStdLightBold/bellgothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('BellGothicStdLightBold/bellgothicstd-bold-webfont.woff') format('woff'),
         url('BellGothicStdLightBold/bellgothicstd-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

div#tmpSlideshow {
    margin: 10px;
    padding: 30px 0 0 0;
    position: relative;
    height: 55px;
    width: 300px;
  
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 332px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 30px 0 0 15px;
    width: 300px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
   position: absolute;
top: 99px;
right: 11px;
width: 300px;
z-index: 200;
}
div.tmpSlideshowControl {
   
   background: url(../Images/newsnoselect.png) no-repeat scroll 0 0 transparent;
    color: #554D31;
    cursor: pointer;
    float: left;
    font: 14px Arial,sans-serif;
    height: 12px;
    margin: 0 1px 0 4px;
    text-align: center;
    width: 12px;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
     background: url(../Images/newsselect.png) no-repeat scroll 0 0 transparent;
}
div.tmpSlideshowControlActive {
     background: url(../Content/Images/newsselect.png) no-repeat scroll 0 0 transparent;

}
div.tmpSlideCopy {
    position: absolute;
    left: 0px;
    top: -10px;
    width: 300px;
}
div#tmpSlideshow h4,
div#tmpSlideshow h4 a
 {
    color: #fff;
    text-transform: uppercase;
    font-family:BellGothicStdLightBold;
    font-size: 14px;
    font-weight:normal;
    margin: 10px 0;
    text-decoration:none;
}

div.tmpSlideCopy p,
div.tmpSlideCopy p a {
    font: 12px Arial, sans-serif;
    line-height: 1.75em;
    color:#fff;
    width:250px;
    opacity:0.9;
    text-decoration:none;
}