﻿#gallery
{
    position:relative;
    width:470px;
    background-color:#ededed;
}
#glr-images
{
    height:272px;
    overflow:hidden;
    position:relative;
    background-color:#ededed;
    cursor:url(../../Images/cursor-magnify.png), url(../../Images/cursor-magnify.cur), -moz-zoom-in;
}
#glr-bigImgContainer
{
	position:absolute;
	z-index:100000;
	border:solid 0px #FFF;
	display:none;
}
#glr-bigImgContainer .close
{
	cursor:pointer;
	position:absolute;
	right:-10px;
	top:-10px;
	height:0;
	width:0;
}
#glr-bigImgContainer .waterMark
{
	position:absolute;
	left:45%;
	bottom:10px;
}
#hall-images
{
    height:309px;
    overflow:hidden;
    position:relative;
}

#glr-slider
{
    position:absolute;
    clear:both;
    left:0px;
    top:0px;
}
#glr-slider img
{
    position:absolute;
}
#glr-thumbnails
{
    direction:ltr;
    padding:6px;
    overflow:hidden;
    height:46px;
}
#glr-thumbnails a
{
    display:block;
    float:left;
    height:55px;
    width:55px;
    margin:1px;
    overflow:hidden;
    text-align:center;
}
#glr-thumbnails a img
{
    height:55px;
}
#next
{
    position:absolute;
    top:200px;
    right:10px;
    height:26px;
    width:27px;
    z-index:1;
}
#prev
{
    position:absolute;
    top:200px;
    left:10px;
    height:26px;
    width:27px;
    z-index:1;
}

.StyleOrgonH
{
    text-align:center;
    padding-left:85px;
}
