﻿
div#tmpSlideshow
{
    margin: 10px;
    padding: 0px 0 0 0;
    position: relative;
    height: 430px;
    width: 205px;
    border: 0px solid rgb(200, 200, 200);
}
div.tmpSlide
{
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    height: 430px;
    display: none;
}
div.tmpSlide img
{
    float: left;
    margin: 0px 0 0 0px;
    height: 205px;
    width: 430px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 205px;
}
div.tmpSlideshowControl
{
    border: 1px solid #e1dece;
    float: left;
    margin: 0px 0px 3px 0;
    background: url('/Slideshow/Feature.png') no-repeat;
    width: 205px;
    height: 26px;
    color: #005B9A;
    font: 14px Verdana, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

div.tmpSlideshowControl a
{
    color: #005B9A;
    font: 14px Verdana, Arial, sans-serif;
    text-decoration: none;
    line-height: 27px;
}

div.tmpSlideshowControl span
{
    line-height: 26px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn
{
    background-image: url('/Slideshow/FeatureOver.png');
}
div.tmpSlideshowControlActive
{
    border: 1px solid rgb(0, 46, 71);
}
/* Text area */
div.tmpSlideCopy
{
    position: absolute;
    left: 5px;
    top: 125px;
    width: 200px;
    text-align: left;
}
div.tmpSlideCopy p
{
    font: 11px Verdana, Arial, sans-serif;
    line-height: 1.75em;
}
