body {
    font-family: 'Poppins', sans-serif;
}
div#tmpSlideshow {
   /* margin: 10px;*/
    padding: 30px 0 0 0;
    position: relative;
    height: 225px;
    width: 100%;

}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 730px;
    height: 225px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 30px 0 0 15px;
    width: 527px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 0px;
    right: 11px;
  /*  width: 225px;*/
}
div.tmpSlideshowControl {
    border: none;
    float: left;
    margin: 0 5px 0 0;
    background-color:#666666;
    width: 20px;
    height: 20px;
    color: #b1ccea;
    font: 11px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
	font-weight:bold;
}
div.tmpSlideshowControl span {
    line-height: 20px;
    vertical-align: middle;
	color:#99ccff;
}
div.tmpSlideshowControlOn {
   
	 background-color:#ffffff;
}
div.tmpSlideshowControlActive {
  border: none;
	 background-color:#a50827;
}
div.tmpSlideCopy {
    position: absolute;
    left: 370px;
    top: 10px;
    width: 410px;
}
div#tmpSlideshow h4 {
   color:#990033;
display:block;
font-family:'Poppins', sans-serif;
font-size:1.3em;
font-weight:bolder;
margin:5px auto 0;
text-align:center;
width:280px;
}
div.tmpSlideCopy p {
   color:#67696B;
float:right;
font-family:'Poppins', sans-serif;
font-size:0.65em;
font-weight:bold;
margin:0;
padding:0 10px;
text-align:justify;
}
#tmpSlide-1{
background:url(images/img1.jpg) no-repeat;
width:349px;
}
#tmpSlide-2{
background:url(images/img2.jpg) no-repeat;
width:349px;
}
#tmpSlide-3{
background:url(images/img3.jpg) no-repeat;
width:349px;
}
#tmpSlide-4{
background:url(images/img4.jpg) no-repeat;
width:349px;
}
#tmpSlide-5{
background:url(images/img5.jpg) no-repeat;
width:349px;
}