/*    body{
        background-image:url('../../images/heading3.gif');
        background-repeat:no-repeat;
        padding-top:80px;
    }
*/
    #dhtmlgoodies_slideshow{
        width: 468px;    /* Total width of slideshow */
        background-color: #FFFFFF;
        height: 120px;
    }
    
    #previewPane{
        /*border:1px solid #CCCCCC;*/
        margin-bottom: 0px;
        text-align: center;
        vertical-align: middle;
        padding-top: 0px;
        position: relative;
    }
    #previewPane img{
        line-height: 200px;
    }
    #previewPane #largeImageCaption{
        font-style: italic;
        text-align: center;
        font-family: Verdana, Arial, sans-serif;
        font-size: 0.9em;
    }
    #galleryContainer{
        height: 120px;
        border: 1px solid #CCCCCC;
        background-color: #FFFFFF;
        position: relative;
        overflow: hidden;
        /*padding: 1px;*/
        padding-top: 5px;
    }
    #arrow_left{
        position: absolute;
        left: 0px;
        z-index: 10;
        background-color: #FFFFFF;
        /*padding:1px;*/
        cursor: pointer;
    }
    #arrow_right{
        position: absolute;
        right: 0px;
        z-index: 10;
        background-color: #FFFFFF;
        /*padding:1px;*/
        cursor: pointer;
    }
    #theImages{
        position: absolute;
        height: 120px;
        left: 40px;
        width: 100000px;
    }
    #theImages #slideEnd{
        float: left;
    }
    #theImages img{
        float: left;
        /*padding:1px;*/
        filter: alpha(opacity=85);
        opacity: 0.85;
        cursor: pointer;
        border: 0px;
    }


