﻿.Gallery
{
    background: #fff;   /*#000 url(../Images/Background_Gallery.gif) no-repeat*/
    display: block;
    width: 630px;
  /*  border: solid 1px #787878; */
    padding: 11px;
}
.Gallery .BigImageWrapper
{
    background: #fff; /*url(../Images/Background_Gallery.gif) no-repeat*/
    width: 628px !important;
    height: auto !important;
/*    border: solid 1px #787878; */
    text-align: center;
    margin-bottom: 11px;
}
.Gallery .GallerySlider
{
    width: 586px !important;
    height: 78px !important;
    overflow: hidden;
    position: relative;
}
.Gallery .PhotoByCaption
{
    clear: both;
}
.Gallery .MoverLeft
{
    background: url(../Images/GalleryArrows.gif) no-repeat;
    background-position: 0px 0px;
    width: 11px;
    height: 78px;
    margin-right: 11px;
    overflow: hidden;
    display: block;
    float: left;
    text-indent: -300px;
    outline: none;
    cursor: default;
}
.Gallery .MoverLeft:hover
{
    background-position: 0px -78px;
}
.Gallery .MoverRight
{
    background: url(../Images/GalleryArrows.gif) no-repeat;
    background-position: -11px 0px;
    width: 11px;
    height: 78px;
    margin-left: 11px;
    overflow: hidden;
    display: block;
    float: left;
    text-indent: -300px;
    outline: none;
    cursor: default;
}
.Gallery .MoverRight:hover
{
    background-position: -11px -78px;
}
.Gallery .Images 
{
    width: 1000px;
    position: relative!important;
}
.Gallery .Images a
{
    background: #fff;/*url(../Images/Background_Gallery.gif) no-repeat*/
    width: 136px !important;
    height: 76px !important;
/*    border: solid 1px #787878; */
    margin: 0px 11px 0px 0px !important;
    text-align: center;
    outline: none;
    overflow: hidden;
}
.Gallery .Images a:hover
{
/*    border: solid 1px #787878; */
}
.Gallery .Images a img
{
    height: 100%;
}
