
div#tmpSlideshow 
{ 
background-color: #b40202; 
margin: 0; 
padding: 0; 
position: relative; 
height: 320px; 
width: 906px; 
z-index:1;
}

div.tmpSlide 
{ 
background-color: #004e7d; 
position: absolute; 
top: 0; 
left: 0; 
width: 906px; 
padding: 0; 
display: none; 
}

div.tmpSlide img 
{ 
position: absolute; 
top: 10px; 
left: 20px; 
float: left; 
margin: 0; 
width: 475px; 
height: 285px; 
}

div#tmpSlideshowControls {
    position: absolute;
    bottom: 30px;
    left: 540px;
    width: 300px;
}

div.tmpSlideshowControl {
    border: 1px solid #ab3737;
    float: left;
    margin: 0 3px 0 0;
padding:5px;
    color: #cc6666;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
}

div.tmpSlideshowControlActive {
    border: 1px solid #ffcccc;
color: #fff;
}

div.tmpSlideCopy 
{ 
background-image: url(textbox.jpg); 
background-repeat: no-repeat; 
background-position: 0 0;
position: absolute; top: 5px; 
right: 10px; 
width: 390px; 
height: 320px; 
}

div#tmpSlideshow h4 
{ 
color: #fff; 
font-weight:bold;
font-family: Georgia, "Times New Roman", Times, serif; 
text-transform: uppercase; 
font-size: 18px; 
margin:30px 40px 10px 40px; 
}

div.tmpSlideCopy p {
color: #fff; 
font: 14px;
line-height:160%;
margin:10px 40px; 
}
