div#tmpSlideshow 
{ 
margin: 0; 
padding: 0; 
position: relative; 
height: 260px; 
width: 945px; 
top:-60px;
}

div.tmpSlide 
{ 
position: absolute; 
top: 0; 
left: 0; 
width: 945px; 
height: 260px; 
overflow:hidden
padding: 0; 
display: none; 
}

div.tmpSlide img 
{ 
position: absolute; 
top: 0; 
right: 0; 
float: right; 
margin: 0; 
width: 500px; 
height:260px; 
}

div#tmpSlideshowControls {
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 700px;
}

div.tmpSlideshowControl {
    border: 1px solid #336699;
    float: left;
    margin: 0 3px 0 0;
padding:5px;
    color: #fff;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
}

div.tmpSlideshowControlActive {
    border: 1px solid #6699cc;
}

div.tmpSlideCopy 
{ 
font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
font-size:24px !important;
position: absolute; 
top: 65px; 
left: 10px; 
width: 450px; 
height: 200px; 
overflow:hidden;
text-align:left;
line-height:120%;
}


div.tmpSlideCopy p {
color: #fff; 
line-height:120%;
margin: 30px; 
}

div.mainmenu
{
position:relative;
margin-top:-60px; 
}

div.bodyback
{
position:relative;
margin-top:0; 
}
