#gallerybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 600px;
}
#gallerybox-outter {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 111;
	width: 100%;
	height: 600px;
}
#gallerybox-bottombox {
	position:relative;
	top: 0;
	left: 0;
	height:50px;
	overflow:hidden;
	margin:auto;
	background:#000 url(../images/gbox_bottom.jpg) repeat-x top;
	padding:10px;
	padding-top:12px;
	padding-bottom:8px;
	z-index: 112;
}
#gallerybox-topbox {
	position:absolute;
	top: 0;
	left: 0;
	height:22px;
	width: 100%;
	overflow:hidden;
	background:#000 url(../images/gbox_top.jpg) repeat-x bottom;
	top:0px;
	z-index: 116;
}
#gallerybox-topbox span {
	padding-left:2px;
	padding-right:2px;
	color:#e1276e;
}
#gallerybox-menubox {
	display:block;
	height:20px;
	width:100px;
	overflow:hidden;
	text-align:center;
	color:#e1276e;
	font-weight:bold;
	padding-top:1px;
	border-right:1px solid #3b3b3b;
	text-decoration:none;
	float:left;
}
#gallerybox-title {
	position:absolute;
	bottom:0%;
	right:0%;
	width:55%;
	color:#FFFFFF;
	z-index:1000;
	display:block;
	padding:10px;
	text-align:justify;
	background:url(../images/img-dec-bg.png) top left repeat;
}
#gallerybox-colse {
	position:absolute;
	top:0%;
	right:0%;
	width:70px;
	height:20px;
	padding-top:8px;
	z-index:999011;
	display:block;
	background:#fff url(../images/closelabel.gif) left bottom no-repeat;
}
#gallerybox-title strong {
	color:#226494;
}
#gallerybox-menubox-item {
	width:200px;
	background:#000066;
	position:absolute;
	z-index:100;
	top:20px;
	display:none;
}
#gallerybox-menubox-item a {
	display:block;
	color:#e1276e;
	font-weight:bold;
	height:18px;
	padding:5px;
	text-decoration:none;
	background:#fff;
	border:0px;
}
#gallerybox-menubox-item a:hover {
	background:#161616;
}
#gallerybox-bottombox-in {
	height:50px;
	margin:0 auto;
	display:block;
}
#gallerybox-bottombox a.gallerybox_b_img {
	display:block;
	height:40px;
	width:40px;
	border:5px solid #CCCCCC;
	float:left;
	background:#fff;
	margin-right:5px;
	margin-left:5px;
	background-position:center;
	overflow:hidden;
}
#gallerybox-bottombox a.gallerybox_b_img_s {
	display:block;
	height:40px;
	width:40px;
	border:5px solid #226494;
	float:left;
	background:#fff;
	margin-right:5px;
	margin-left:5px;
	background-position:center;
	overflow:hidden;
}
#gallerybox-content {
	position:absolute;
	top: 0px;
	left: 0px;
	height:300px;
	width: 400px;
	overflow:hidden;
	background:#fff;
	border:10px solid #FFFFFF;
	z-index: 115;
}
#gallerybox-loader {
	position:relative;
	z-index: 116;
}
#gallerybox-image {
	position:absolute;
	z-index: 117;
	left:0px;
}
#gallerybox-image-overlay {
	position:absolute;
	width:2000px;
	height:2000px;
	left:0%;
	top:0%;
	background:#fff url(../images/loading.gif) no-repeat;
	z-index: 118;
	display:none;
}
#gallerybox-content-left, #gallerybox-content-right {
	position:absolute;
	top:0px;
	left:0px;
	height:0px;
	width:0px;
	overflow:hidden;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	z-index:94;
	padding:0px;
	display:none;
}
