.gallery-overlay-background
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:100px;
	background-color: #000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index: 1001;
	color: #fff !important;
	overflow: scroll;
}

.gallery-overlay
{
	z-index: 1002;
	width: 689px;
	height: 500px;
	position: absolute;
	top: 1px;
	margin: 0 auto;
}

.gallery-overlay-top
{
	height: 15px;
	clear: both;
}

.gallery-overlay-top-left
{
	float: left;
	height: 15px;
	width: 8px;
	background: transparent url(http://www.commonshotel.com/img/gallery-overlay/top-left.png) no-repeat;
}

.gallery-overlay-top-middle
{
	float: left;
	height: 15px;
	width: 633px;
	background: transparent url(http://www.commonshotel.com/img/gallery-overlay/top-middle.png) repeat-x;
}

.gallery-overlay-top-right
{
	float: right;
	height: 15px;
	width: 8px;
	background: transparent url(http://www.commonshotel.com/img/gallery-overlay/top-right.png) no-repeat;
}

.gallery-overlay-close
{
	cursor: pointer;
	float: right;
	height: 28px;
	width: 30px;
	background: transparent url(http://www.commonshotel.com/img/gallery-overlay/close.png) no-repeat;
}

.gallery-overlay-middle
{
	clear: both;
	min-height: 475px;
	background: transparent url(http://www.commonshotel.com/img/gallery-overlay/middle-background.png) repeat-y;
}

#galleryOverlayContent {
	float: left;
	height: 475px;
	width: 633px;
	clear: both;
	margin-left: 4px;
	margin-right: 6px;
}

#galleryOverlayContentVideo{
	margin-left: 240px;
    margin-top: 50px;
}

.gallery-overlay-bottom-separator
{
	background: transparent url(http://www.commonshotel.com/img/gallery-overlay/bottom-separator.png) no-repeat;
	height: 11px;
	clear: both;
}

.gallery-overlay-bottom-container
{
	height: 80px;
	clear: both;
}

.gallery-overlay-bottom-panel
{
	background-color: #FFF;
	height: 110px;
	float: left;
	width: 642px;
	padding-top: 10px;
}

.gallery-overlay-bottom-border
{
	height: 6px;
	clear: both;
	background: transparent url(http://www.commonshotel.com/img/gallery-overlay/bottom-border.png) no-repeat;
}

.gallery-overlay-item-name
{
	height: 80px;
	line-height: 80px;
	float: left;
	width: 225px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	position:absolute;
}

.gallery-overlay-thumb-container
{
	padding-top: 12px;
	height: 80px;
	line-height: 80px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}

.gallery-overlay-thumb-tray
{
	height: 60px;
	overflow: hidden;
	float: left;
	width: 2000px;
}

.gallery-overlay-image-thumb-container
{
	width: 570px;
}

.gallery-overlay-video-thumb-container
{
	width: 202px;
}

.gallery-overlay-arrow
{
	height: 54px;
	width: 18px;
	float: left;
	margin-top: 12px;
	margin-right: 6px;
	margin-left: 8px;
}

.gallery-overlay-arrow-right
{
	background: transparent url(http://www.commonshotel.com/img/gallery-overlay/arrow-right.png) no-repeat;
	cursor: pointer;
}

.gallery-overlay-arrow-left
{
	background: transparent url(http://www.commonshotel.com/img/gallery-overlay/arrow-left.png) no-repeat;
	margin-right: 6px;
	cursor: pointer;
}

.gallery-overlay-label-photo
{
	color: #000000;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 30px;
    width: 100%;
}

.gallery-overlay-label-video
{
	height: 80px;
	line-height: 80px;
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

.gallery-overlay-thumb
{
	width: 67px;
	height: 50px;
	background-color: #000;
	border: solid 2px #9F988E;
	float: left;
	margin-right: 12px;
	cursor: pointer;
	clear: none;
}

.gallery-overlay-thumb-selected
{
	border: solid 2px #595853;
}