.galleria-container
{
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.galleria-container img
{
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage
{
    width: 100%;
    height: 100%;
    position: absolute;
}
.galleria-image-nav
{
    
    width: 173px;
    height: 50px;
    position: absolute;
    background: url(images/slideshowControlsBg.png) no-repeat 0 0;
    bottom: 0;
    right: 55px;
    z-index: 5;
}
.galleria-image-nav-right, .galleria-image-nav-left
{
    width: 51px;
    bottom: 14px;
    left: 75px;
    height: 22px;
    background: url(images/slideshowControls.png) no-repeat -56px 0;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    display: none;
}
.galleria-image-nav-left
{
    width: 51px;
    height: 22px;
    left: 17px;
    background: url(images/slideshowControls.png) no-repeat 0 0;
}
.galleria-closeGallery 
{
    position: absolute;
    bottom: 14px;
    left: 130px;
    background: url(images/slideshowControls.png) no-repeat -111px 0;
    height: 22px;
    width: 19px;
    z-index: 99999999;
    cursor: pointer;
}
.galleria-loader
{
    width: 30px;
    height: 30px;
    background: url(http://www.capitolgrillenashville.com/App_Themes/capitolgrille/loader.gif) no-repeat 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 3;
}
.galleria-iefix 
{
    display: none !important;
}
.galleria-btmBar
{
    z-index: 3;
    position: absolute;
    background: url(images/photoInfoBG.png) no-repeat;
    bottom: -120px;
    right: -55px;
    width: 312px;
    height: 525px;
}
.galleria-info
{
    z-index: 4;
    position: absolute;
    display: none;
    padding: 0;
}
.galleria-info-text
{
    position: absolute;
    width: 312px !important;
    height: 525px !important;
    opacity: 1;
}
.galleria-info-description
{
    position: relative;
    width: 170px;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: center;
    color: #000;
    opacity: 1;
    margin: 0 0 0 29px;
}
.galleria-info-title
{
    position: relative;
    width: 170px;
    font-family: Arial Black, Arial Black, Gadget, sans-serif;
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    opacity: 1;
    margin: 70px 0 0 29px;
}
.galleria-bLeft 
{
    position: absolute;
    display: inline;
    height: 100%;
    width: 8px;
    left: 0;
    background: url('images/bRightLeft.png') repeat-y;
    z-index: 1;
}
.galleria-bRight 
{
    position: absolute;
    display: inline;
    height: 100%;
    width: 10px;
    right: 0;
    background: url('images/bRightLeft.png') repeat-y -8px 0;
    z-index: 1;
}
.galleria-bTop 
{
    position: absolute;
    display: inline;
    height: 8px;
    width: 100%;
    top: 0;
    background: url('images/bTopBtm.png') repeat-x;
    z-index: 1;
}
.galleria-bBtm 
{
    position: absolute;
    display: inline;
    height: 9px;
    width: 100%;
    bottom: 0;
    background: url('images/bTopBtm.png') repeat-x 0 -8px;
    z-index: 1;
}