#gallery
{
    text-align: center;
    vertical-align: middle;
    background-color:white;
    padding:5px 5px 5px 5px;
    border:1px solid Grey;
}
#galleryMenu
{
    margin: 5px 0px 3px 0px;
}

#galleryImages
{
}
.galleryElementImg
{
    display: none;
    cursor: pointer;
}
.galleryElementMenu
{
    display: none;
    cursor: pointer;
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
}
.galleryElementMenu:hover
{
    opacity: .9;
    -moz-opacity: .9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
}
.galleryTitle
{
    display: block;
    background-color: White;
    color: #003399;
    vertical-align: middle;
    border-top: 0px solid #8D8D8D;
    overflow: hidden;
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 14px;
}
.strImg
{
    cursor: pointer;
    opacity: .2;
    -moz-opacity: .2;
    -khtml-opacity: 0.2;
    filter: alpha(opacity=20);
}
.strImg:hover
{
    opacity: .9;
    opacity: .9;
    -moz-opacity: .9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
}
.strImgBlock
{
    cursor: pointer;
    display: block;
    color: Black;
    overflow: hidden;
    position:relative;
    top:0px;
    left: 0px;
    height: 48px;
    margin-bottom: -48px;
}
.bgStrLeft
{
    background-image:url(img/gallery/strLeft.gif);
    background-repeat:no-repeat;
    width:38px;
    height:48px;
    text-align:left;
}
.bgStrRight
{
    background-image:url(img/gallery/strRight.gif);
    background-repeat:no-repeat;
    width:38px;
    height:48px;
    text-align:right;
}
