﻿       html,
        body,
        form,
        #wrapper
        {
            height: 100%;
           text-align: left !important;
        }

        .rigActiveImage img
        {
            width: 100%;
        }

        
#divContentBody {
    text-align: left !important;
}
    .rigThumbnailsBoxHorizontal,
    .rigToolsWrapper
    {
        /*display: none !important;*/
    }

       .rigActionButton.rigNextButton,
       .rigActionButton.rigPrevButton,
       .RadImageGallery_Default .rigNextButton,
       .RadImageGallery_Default .rigPrevButton,
       .RadImageGallery .rigNextButton,
       .RadImageGallery .rigScrollNextButton,
       .RadImageGallery_Default .rigPrevButton,
       .RadImageGallery_Default .rigNextButton,
       .RadImageGallery_Default .rigScrollPrevIcon,
       .RadImageGallery_Default .rigScrollNextIcon {
           display: none !important;
           opacity: 0 !important;
           text-indent: -3000px !important;
           top: -100000px !important;
           position: absolute !important;
           left: -10000px !important;
       }