#jcepopup-overlay {
	position: absolute;
	left: 0;
	z-index: 10000;
}
#jcepopup-container {
	position: absolute;
	left: 50%;
	overflow: visible;
	z-index: 10001;
	width: 300px;
	height: 300px;
	margin-left: -150px;
}
#jcepopup-loader {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: -1;
}
#jcepopup-content {
	padding: 10px;
}
#jcepopup-content img {
	width: inherit;
	height: inherit;
	overflow: hidden;
}
#jcepopup-content img, #jcepopup-content object, #jcepopup-content iframe {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#jcepopup-iframe {
	border: 0px;
}
#jcepopup-ajax {
	overflow: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* Popup icons */
img.zoomLink {
	vertical-align: middle;
	border: 0;
}
img.zoomImg {
	z-index: 10;
	border: 0;
	position: relative;
}
/* Tooltips */
div.tooltip {
	z-index: 10;
	width: 180px;
	text-align:left;
	color: #000000;
	background-color:#ffffff;
	border:1px solid black;
	padding: 4px;
}
div.tooltip h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}
div.tooltip p {
	font-size: 11px;
}