#gsOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#gsCenterBox, #gsFooterBox {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#gsImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#gsLeft, #gsRight {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#gsLeft {
	left: 0;
	margin-left: 10px;
}

#gsLeft:hover {
	background: transparent url(../img/la.png) no-repeat 0 50%;
}

#gsRight {
	right: 0;
	margin-right: 10px;
}

#gsRight:hover {
	background: transparent url(../img/ra.png) no-repeat 100% 50%;
}

#gsFooter, #gsPowered {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	height: 10px;
}


#gsImgTitle, #gsImgNo {
	margin-right: 71px;
}

#gsImgTitle {
	font-weight: bold;
}

#gsComments {
	margin-left: 10px;
	overflow-y: auto;
	overflow-x: visible;
}

#gsPowered {
	background: #F9F9F9;
	float: right;
	height: auto;
}

#gsClose {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	background:  url(../img/cl.gif) no-repeat ;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

#gsTitle {
	margin: 10px 0 0 10px;
	color: #3B5999;
	font-size: 13px;
    line-height: 18px;
	font-weight: bold;
	text-align: left;
}

