/* 
    Document   : SlideShowStyles
    Created on : Jul 4, 2009, 8:45:24 PM
    Author     : Ben
    Description:
        Purpose of the stylesheet follows.
*/

.SlideShowImage {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 1;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

.SlideShowBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}