body{
	background:#000000 
			url('/gr/site/PhotoLoading.gif') 
			no-repeat fixed center center;
		margin:0; 
		color:#FFFFFF; 
		font-size:11px; 
		font-family: Verdana, Arial,sans-serif;
}
#mainPicContainer{
	position:absolute; 
	z-index:100; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	text-align:center;
}
#prevPhotoBox, #nextPhotoBox{
	position:absolute; 
	z-index:111; 
	display:none; 
	background-color:#000000; 
	text-align:center; 
	vertical-align:middle; 
	width:25px; 
	height:30px; 
	cursor:pointer;
}
#thumbMenuBox{
	position:absolute; 
	z-index:112; 
	display:none; 
	font-size:11px; 
	color:#FFFFFF; 

	background-color:#333333;
}
#labelBox{
	height:15px; 
	text-align:center; 
	width:100%; 
	padding:2px 5px;
}
#thumbBoxContainer{
	width:100%; 
	height:0px; 
	overflow:hidden; 
	display:none;
}
#infoBox{
	position:absolute; 
	z-index:101; 
	display:none; 
	font-size:11px; 
	color:#FFFFFF; 
	background-color:#333333;
}
#coverBox{
	position:absolute; 
	z-index:110; 
	height:100%; 
	width:100%;
}
#slideshow_picinfo_top {
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #000000;
	width: 100%;
	text-align: center;
	display: none;
	padding: 3px;
}
#slideshow_picinfo_bottom {
	opacity: 0.5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #000000;
	display: none;
	padding: 3px;
}
#left_arrow {
	position: relative;
	float: left;
	cursor: pointer;
}
#right_arrow {
	position: relative;
	float: right;
	cursor: pointer;
}
.hiddeninfo {
	display: none;
}

