#aicms_popup {	
	display: none;
	margin: 0 auto;
	max-height: 90%;
	max-width: 90%;
	padding: 0;
	position: fixed;
	z-index: 100001;
}
#aicms_popup.top-left {
	left: 0%;
	top: 0%;
}
#aicms_popup.top-center {
	left: 50%;
	top: 0%;
}
#aicms_popup.top-right {
	left: 100%;
	top: 0%;
}
#aicms_popup.center-left {
	left: 0%;
	top: 50%;
}
#aicms_popup.center {
	left: 50%;
	top: 50%;
}
#aicms_popup.center-right {
	left: 100%;
	top: 50%;
}
#aicms_popup.bottom-left {
	left: 0%;
	top: 100%;
}
#aicms_popup.bottom-center {
	left: 50%;
	top: 100%;
}
#aicms_popup.bottom-right {
	left: 100%;
	top: 100%;
}
#aicms_popup div#aicms_popup_image,
#aicms_popup img#aicms_popup_image {
	max-height: 100%;
	max-width: 100%;
}

#aicms_popup #closebtn {
	background: white;
	border: 1px solid black;
	border-radius: 15px;
	color: black;
	cursor: pointer;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	position: absolute;
	right: -10px;
	text-decoration: none;
	top: -10px;
	width: auto;
	z-index: 100002;
}
#aicms_popup.center-right #closebtn,
#aicms_popup.top-right #closebtn,
#aicms_popup.bottom-right #closebtn {
	right: initial;
	left: -10px;
}
#aicms_popup.top-left #closebtn,
#aicms_popup.top-center #closebtn,
#aicms_popup.top-right #closebtn {
	top: initial;
	bottom: -10px;
}

#aicms_popup #dontshow {
	background: white;
	border: 1px solid black;
	border-radius: 15px;
	color: black;
	cursor: pointer;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	text-align: center;	
	position: absolute;
	right: -80px;
	text-decoration: none;
	bottom: -40px;
	width: 100px;
	z-index: 100002;
}
#aicms_popup.center-right #dontshow,
#aicms_popup.top-right #dontshow,
#aicms_popup.bottom-right #dontshow {
	right: initial;
	left: 20px;
	bottom: -50px;
}
#aicms_popup.bottom-left #dontshow,
#aicms_popup.bottom-center #dontshow,
#aicms_popup.bottom-right #dontshow {
	right: 20px;
	top: -50px;
	bottom: initial;
}
#aicms_popup.top-left #dontshow,
#aicms_popup.top-center #dontshow {
	right: 20px;
	bottom: -50px;
}

#aicms_popup_overlay {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

iframe#popup_ad_frame {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
}
