/**
 * HELP CONTAINER
 */
#helpContainer {
	display: none;
	margin: auto;
  	position: absolute;
  	overflow: hidden;
 	top: 0; left: 10%; bottom: 0; right: 0;
	width:  80%;
	height: 80%;
	border: 5px solid #ffffff;
	background-color: #ffffff;
}
#helpContainer img {
	width: 100%;
	height: 100%;
}
#helpContainer .close {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
#helpC_bg {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 98;
	position: absolute;
	background-color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}