
DIV#tmpSlideshow
{
    border-right: rgb(200,200,200) 1px solid;
    border-top: rgb(200,200,200) 1px solid;
    margin: 0px;
    border-left: rgb(200,200,200) 1px solid;
    /*width: 943px;*/
    width: 700px;
    
    border-bottom: rgb(200,200,200) 1px solid;
    position: relative;
    height: 433px;
}
DIV.tmpSlide
{
    display: none;
    position: absolute;
    height: 300px;
    width: 700px; /*height: 390px;     width: 942px;*/
}
DIV.tmpSlide IMG
{
    border-right: rgb(244,244,244) 1px solid;
    border-top: rgb(244,244,244) 1px solid;
    float: left;
    border-left: rgb(244,244,244) 1px solid; /*wi00h: 942px;*/
    width: 700px;
    border-bottom: rgb(244,244,244) 1px solid;
}
DIV#tmpSlideshowControls
{
    right: 11px;
    width: 274px;
    bottom: 2px;
    position: absolute;
}
DIV.tmpSlideshowControl
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    background: url(../images/purple_button_gradient.jpg) no-repeat;
    float: left;
    margin: 0px 5px 0px 0px;
    font: 14px Arial, sans-serif;
    border-left: #000000 1px solid;
    width: 38px;
    cursor: pointer;
    color: #ffffff;
    border-bottom: #000000 1px solid;
    height: 36px;
    text-align: center;
    background-color: #791C80;
}
DIV.tmpSlideshowControl SPAN
{
    vertical-align: middle;
    line-height: 36px;
}
DIV.tmpSlideshowControlOn
{
    background-image: url(/Template/Pictures/Buttons/FeatureOver.png);
}
DIV.tmpSlideshowControlActive
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    background: url(../images/blue_button_gradient.jpg) no-repeat;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}
DIV.tmpSlideCopy
{
    left: 565px;
    width: 170px;
    position: absolute;
    top: 20px;
}
DIV#tmpSlideshow H4
{
    margin: 10px 0px;
    font: 14px Arial, sans-serif;
    text-transform: uppercase;
    color: #b90f23;
}
DIV.tmpSlideCopy P
{
    font: 11px/1.75em Arial, sans-serif;
}

