div#tmpSlideshow {
    margin: 0px;
    margin-bottom:0;
    padding: 10px;
    width:769px;
    overflow:hidden;
    background-color:#2e2f2e;
    height:300px;
    position:relative;
}

div.tmpSlide {
    display: none;
    margin-bottom:10px;
    height:330px;
}

div.tmpSlide img.image_youtube{
    width: 335px;
}

div#tmpSlideshowControls {
    position:absolute;
    top:282px;
    width: 758px;
    background-color:#434343;
    padding:5px;
    
}
div.tmpSlideshowControl {
    float: left;
    font-family: Georgia, Times New Roman, Times, serif
    font-size:16px;
    font-weight:bold;
    color:#2E2F2E;
    text-align: center;
    cursor: pointer;
    /*background-color:#000000;*/
}

div.tmpSlideshowControl span {
  text-align:center;
  font-size:11px;
  padding:5px;
}

*html div.tmpSlideshowControl span {padding-left: 10px;}

div.tmpSlideshowControlOn {
  /*background: url('images/boxon.png') no-repeat center;*/
  color:#ffffff;
}
div.tmpSlideshowControlActive {
    /*border: 1px solid rgb(161, 155, 137);*/
  /*background: url('images/boxon.png') no-repeat center;*/
  color:#ffffff;
} 
div.tmpSlideCopy {
    /*position: absolute;
    left: 565px;
    top: 20px;
    width: 170px;*/
  /*padding: 20px 30px 30px;*/
  float:left;
  width: 340px;
  padding:0px 10px 0px 10px;
  color:#ffffff;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    color:#FFFFFF;
  font-family:Arial,Verdana,Georgia,Times New Roman,serif;
  font-size:14px;
  line-height:19px;
  margin-top: 6px;
  margin-bottom:0;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
}

div.tmpSlideCopy a {color:#FFA800; text-decoration:none;}
div.tmpSlideCopy a:hover {color:#FFA800; text-decoration:underline;}

div.tmpSlideCopy p img{
    border:none;
  float:none;
}

div.tmpSlideCopy .title img{
    float: none;
  border:none;
}

div.tmpSlideCopy .title a b {
  line-height:25px;
  color:#fff;
  font-size:25px;
  font-style:italic;
  font-weight:normal;
  text-shadow: 2px 2px 5px black;  
  font-family:Georgia,"Times New Roman",Times,serif;
}

div.tmpSlideCopy .title a:hover,
div.tmpSlideCopy .title a b:hover {
  /*color:#eae5e5;*/
  color:#ffffff;  
  text-decoration:none;  
}

div.tmpSlideCopy .sub_title{
  line-height:25px;
  color:#96d7e9;
  font-size:25px;
  font-style:italic;
  font-weight:normal;
  text-shadow: 2px 2px 5px black;  
  font-family:Georgia,"Times New Roman",Times,serif;
}

div.tmpSlideCopy .sub_title a:hover,
div.tmpSlideCopy .sub_title a b:hover {
  /*color:#eae5e5;*/
  color:#96d7e9;  
  text-decoration:none;  
}


#tmpSlide-1 {
    /*background: url("images/slide1.jpg") no-repeat scroll right top transparent;*/
    width: 100%;
}
#tmpSlide-2 {
    /*background: url("images/slide2.jpg") no-repeat scroll right top transparent;*/
    width: 100%;
}
#tmpSlide-3 {
    /*background: url("images/slide3.jpg") no-repeat scroll right top transparent;*/
    width: 100%;
}
#tmpSlide-4 {
    /*background: url("images/slide4.jpg") no-repeat scroll right top transparent;*/
    width: 100%;
}

#visuals-bottom-shadow {
    /*background: url("images/visual-bottom-shadow.jpg") no-repeat scroll 0 0 transparent;*/
    clear: both;
    /*
    display: block;
    height: 8px;
    margin-bottom:20px;*/
}