#thumbOn {
	cursor: pointer;
}

#myScreen {
	position:absolute;
	background-image: url("images/sc.gif");
	top: 0px;
	left: 0px;
	z-index: 120;
}

#dialog {
	background-color:#C1D9FF;
	border:1px solid #3A5774;
	padding:8px;
	position:absolute;
	width: 520px;
	height: 515px;
	z-index:121;
}

#dialogMap {
	background-color:#EEEEFF;
	border:1px solid #3A5774;
	padding:10px 20px 20px 20px;
	position:absolute;
	width: 414px;
	/*height: 355px;*/
	z-index:10000;
}

#innerDialog {
	position:relative;
	top:18px;
	text-align:center;
}

.innerDialogMsg {
	text-align: center;
	margin: 5px;
	/*margin-left:55px;
	margin-bottom:12px;*/
	font-size: 14px;
	font-weight: bold;
}

#innerImg {
	margin-top: 17px;
}

#sideLoading {
	text-align: center;
}

.thumbMsgText {
	font-size: 9px;
	color: #A9A9A9;
}

.epiHeadTxt {
	font-weight: bold;
	color: #666;
}

.hldc {
	cursor: pointer;
}

.noDataMsg {
	padding-left: 7px;
	color: red;
}

#preImg {
	text-align:center;
	margin-top: 35px;
	color: #666;
}

#pointMap {
	width: 499px;
	height: 295px;
}

#indexLoadImg {
	text-align:center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.imgPop {
	cursor: pointer;
}

.noImage {
	border: 1px #eee solid;
}

