#gbox-curtain
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#gbox-container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	background: none;
}
#gbox-container a img
{
	border: none;
}
#gbox-image-box-top
{
	width: 100%;
	background-color: #fff;
}
#gbox-image-box-top-left
{
	width: 10%;
	height: 1px;
	position: relative;
	margin: 0 auto;
	float: left;
	z-index: 10;
	display: inline;
	text-align: left;
	background-color: #fff;
}
#gbox-image-box-top-middle
{
	width: 80%;
	padding-top: 5px;
	height: 5px;
	position: relative;
	margin: 0 auto 0 0px;
	float: left;
	z-index: 5;
	display: inline;
	background-color: #fff;
}
#gbox-image-box-top-middle div.progress
{
	width: 80%;
	padding-top: 5px;
	height: 5px;
	position: relative;
	margin: 0 auto 0 0px;
	float: left;
	background-color: #fff;
	z-index: 5;
	display: inline;
}
#gbox-image-box-top-right
{
	width: 10%;
	height: 1px;
	position: relative;
	margin: 0 auto;
	float: right;
	text-align: right;
	z-index: 10;
	display: inline;
	background-color: #fff;
}
#gbox-image-box
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#gbox-image-container
{
	height: 100%;
	padding: 10px;
	background-color: #fff;
}
#gbox-image-loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: none;
}
#gbox-image-nav
{
	position: absolute;
	top: 32px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#gbox-image-box > #gbox-image-nav
{
	left: 0;
}
#gbox-image-nav a
{
	outline: none;
}
#gbox-image-nav-btnPrev, #gbox-image-nav-btnNext
{
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#gbox-image-nav-btnPrev
{
	left: 0;
	float: left;
}
#gbox-image-nav-btnNext
{
	right: 0;
	float: right;
}
#gbox-image-data-box
{
	background-color: #fff;
	color: #000;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	padding: 0 0 0;
	text-align: left;
}
#gbox-image-data-container #gbox-image-data
{
	width: 70%;
	float: left;
	text-align: centre;
}
#gbox-image-data-caption
{
    color: #000;
	background-color: #fff;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	height: 25px;
	vertical-align: bottom;
	margin-top: 20px;
	padding-left: 10px;
}

#gbox-image-data-currentNumber
{
	display: block;
	clear: left;
	display: inline;
	vertical-align: middle;
}

