﻿        .GalleryHolder
        {
            width: 485px;
            height: 470px;
            float: left;
            background-image: url(/images/imagegallery/galleryback.jpg);
            padding: 10px;
        }
        .GalleryNavBar
        {
            height: 102px;
            overflow: hidden;
        }
        #imgBig
        {
            width: 485px;
            height: 365px;
        }
        .GalleryNavBar
        {
            width: 484px;
            height: 74px;
            margin: 5px 0px 0px 0px;
            background-image: url(/images/imagegallery/bg_galleryslide.jpg);
            background-repeat: repeat-x;
        }
        .GalleryNavBarLeft, .GalleryNavBarRight
        {
            width: 37px;
            height: 74px;
            background-position:top;
            background-image: url(/images/imagegallery/btn_galleryslide_left.jpg);
            float: left;
            cursor: pointer;
        }
        .GalleryNavBarRight
        {
            background-image: url(/images/imagegallery/btn_galleryslide_right.jpg);
        }
        .GalleryNavBarLeft:hover,  .GalleryNavBarRight:hover
        {
            background-position:bottom;
        }
        .GalleryNavBarImages
        {
            float: left;
            height: 54px;
            padding: 10px 0;
            text-align: center;
            width: 410px;
        }
        .GalleryNavBarImages img
        {
            margin: 1px 3px 0px 3px;
            padding: 0;
            width: 50px;
            height:50px;
            cursor: pointer;
            
        }
        .ImageInfo
        {
            height: 10px;
            padding:5px 0px;
            font-size: 11px;
            color: #003263;
            font-family: Arial,Sans-Serif;
        }
        .ActiveImg
        {
            border: red solid 1px;           
        }
        .InActiveImg
        {
            border: solid 1px #ddd;            
        }
        .ImageInfo
        {
            clear: both;
        }
        .ImageInfoLeft
        {
            width: 390px;
            text-align: left;
            display: block;
            float: left;
        }
        .ImageInfoRight
        {
            width: 95px;
            text-align: right;
            display: block;
            float: left;
        }