﻿.Gallery_Container .Gallery_Navigation .Gallery_Navigation_Button 
{
    background: #cccccc url('galleryArrow.gif') no-repeat;
    height: 47px;
    width: 28px;
    margin:2px 0 0 0 !important;
    padding:0;
    float: left;
    left: auto !important;
    right: auto !important;
}

.Gallery_Container .Gallery_Navigation {
    float:left;
    height: 47px;
    width: 28px;
}

.Gallery_Container .Gallery_Navigation .Gallery_Navigation_Button.Gallery_Navigation_Previous 
{
    background-position: -82px 15px;
}

.Gallery_Container .Gallery_Navigation .Gallery_Navigation_Button.Gallery_Navigation_Next 
{
    background-position: 10px 15px;
}

.Gallery_Navigation_Wrapper
{
    display:none;
}

.Gallery_Container .Gallery_BottomContainer
{
    margin-top: -20px;
}

.Gallery_Container .Gallery_Thumbnails
{
    width: 768px !important;
    float: left;
    padding:0;
}

.Gallery_Container .Gallery_Thumbnails ul li, .Gallery_Container .Gallery_Thumbnails ul li.thumbnail_selected 
{
    margin: 0;
    padding: 0;
}

.Gallery_Container .Gallery_Thumbnails ul, .Gallery_Container .Gallery_Thumbnails
{
    overflow:hidden;
}

.Gallery_Container .Description
{
    padding-top: 20px !important;
}


.Gallery_Current_Picture_Container .Gallery_Navigation
{
    position: absolute;
    z-index: 21;
    background-color: Black;
    opacity: 0.2;
    filter:alpha(opacity=20);
    height: 100%;
}

.Gallery_Current_Picture_Container .Gallery_Navigation .Gallery_Navigation_Button
{
    background-color: Transparent;
    height: 100%;
}

.Gallery_Current_Picture_Container .Gallery_Navigation.nextnavi
{
    right:0;
}

.Gallery_Current_Picture_Container .Gallery_Navigation .Gallery_Navigation_Button.Gallery_Navigation_Previous 
{
    background-position: -82px 170px;
}

.Gallery_Current_Picture_Container .Gallery_Navigation .Gallery_Navigation_Button.Gallery_Navigation_Next 
{
    background-position: 10px 170px;
}