﻿    body.slideshow 
    {
        position : relative;
        background : none;
    }
    .slide,
    #images {
        position : absolute;
        width : 100%;
        height : 764px;
        left : 0;
        top : 0;
    }
    .space { width : 900px; }
    #images
    {
        z-index : 0;
    }
    #images div 
    {
        width : 100%!important;
    }
    #back1.slideshow
    {
        z-index : 100;
        background : none;
    }
    
    #slideshow, #slideshow a {color : #FFF;text-transform : uppercase; text-decoration : none;}
    #slideshow {position:absolute;top:668px;left:0; width:100%;z-index : 100;}
    #slideshow ul { float : left;list-style : none;margin : 0;padding : 0; }
    #slideshow span,#slideshow ul li { float : left; margin : 2px;}
    #slideshow ul li { position : relative; width : 20px; text-align : center;}
    #slideshow span {  }
    #markers 
    {
        width : 900px;
        margin : 0 auto;        
    }
    #markers .thumbnail 
    {
        background : transparent url(/assets/images/slideshow/slide-show-flyout.png) no-repeat 0 0;
        position : absolute;
        top : -90px;
        width : 101px;
        height : 77px;
        left : -41px;
    }
    #markers .thumbnail img 
    {
        margin : 3px;
    }
    #markers a.activeSlide 
    {
        /*border-bottom : 1px solid #FFFFFF;*/
        text-decoration : underline;
    }

