﻿.SLBMask{
	position:absolute;
	top:0px;
	left:0px;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
	/*height: 2000px !important;*/
	background-image:url(../image/1x1b.png);
}
.SLBNoScroll{
	overflow:hidden;
	overflow-y: hidden;
}
#SLBShowDivContainer{
	position:absolute;
	z-index:2000;
	width: 100%;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
}
#SLBShowDivParent{
}
#SLBShowDiv{
	z-index:2000;
}
.SLBChild{
	display: inline-block;
}
.HiddenBySLB{
	display:none;
}
.SLBTitle{
	font-size:24px;
	font-weight:bold;
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.SLBpopup{
	width:600px;
	text-align:left;
	color:#000000;
	font-size:20px;
	background-image:url(../image/ROWBG.png);
	padding: 10px 10px 10px 10px;
}