/* 
    Document   : slideshow.css
    Created on : Jul 28, 2010, 5:02:58 PM
    Author     : Arlen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#tmpSlideshow {
    
    padding: 0px;

    position: relative;
    height: 300px;
   
    
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    
    height: 300px;
    display: none;
}
div.tmpSlide img {
    float: left;
    
   
   
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 30px;
    right: 11px;
    width: 175px;
}
div.tmpSlideshowControl {
    
    float: left;
    margin: 0 5px 0 0;
    background-color:#58595b;
    border:1px solid #ed1c24;
    width: 25px;
    height: 25px;
    color:#f1f2f2;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 25px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    
}
div.tmpSlideshowControlActive {
    border:1px solid #ed1c24;
    color:#ffffff;
    background-color: #ed1c24;
;
}
div.tmpSlideCopy {
    position: absolute;
    left: 565px;
    top: 20px;
    width: 170px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}