    #mGallery{
        position: relative;
        float: left;
        width: 100%;
        padding: 20px 0px;
    }
    #mGalleryRowOne, mGalleryRowTwo{
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    #mGalleryImageColumn{
        position: relative;
        float: left;
        width: 350px;
    }
    #mGallerySideColumn{
        position: relative;
        float: left;
        width: 160px;
        margin-left: 20px;
    }
    #mGalleryPreviewImage{
        position: relative;
        float: left;
        width: 350px;
        height: 350px;
        border: 1px solid #ffffff;
        background: #FFFFFF;
        margin-bottom: 5px;
    }
    #mGalleryPreviewImage td{
        height: 350px; 
        width: 350px; 
        text-align: center; 
        vertical-align: middle;
    }
    #mGalleryPreviewCaption{
        position: relative;
        float: left;
        width: 100%;
        font-style: italic;
        color: #666666;
    }
    #mGalleryPreviewCaption span{
        display: block;
        padding: 4px;
    }
    #mGalleryDescription{
        position: relative;
        float: left;
        /*width: 100%;*/
        width: 225px;
        height: 300px;
        border: 1px solid #d2d2d2;
        background: #ececec;
        margin-top: 25px;
        font-size: 8pt;
    }
    #mGalleryDescription span{
        display: block;
        padding: 10px;
    }
    #mGalleryThumbnailTable{
        position: relative;
        float: left;
        border: 0px;
    }
    .mGalleryThumbnail{
        position: relative;
        float: left;
        border: 1px solid #d2d2d2;
        background: #FFFFFF;
        margin: 0px 15px 15px 0px;
    }
    .mGalleryThumbnail table{
        border: 0px;
        border-collapse: collapse;
    }
    .mGalleryThumbnail td{
        height: 102px; 
        width: 102px; 
        text-align: center; 
        vertical-align: middle;
    }
    #mGalleryDirectionalButtons{
        position: relative;
        float: left;
        /*width: 100%;*/
        width: 225px;
        padding-top: 5px;
        text-align: center;
    }
    #mGalleryRowOne{
        margin-left: 70px;
        margin-bottom: 20px;
    }
    #mGalleryRowTwo{
        margin-left: 50px;
    }
