ul#ads-options {
	position: absolute;
	top: 15%;
	left: 2%;
	width: 15%;
	background-color: #ddd;
	border: 4px solid #a00;
	font-size: 20px;
	color: #000;
	list-style: none;
	padding: 0;
	z-index: 1000;
}
ul#ads-options li {
	padding: 5px 20px;
	cursor: default;
}

ul#ads-menu {
	position: absolute;
	top: 30%;
	left: 2%;
	width: 20%;
	background-color: #007DB8;
	border: 4px solid #a00;
	font-size: 26px;
	color: #fff;
	list-style: none;
	padding: 0;
	text-align: center;
	z-index: 1000;
}
ul#ads-menu li {
	padding: 10px;
	cursor: default;
	border-bottom: 1px solid #ccc;
}
ul#ads-menu li:last-child {
	border-bottom: none;
}

iframe#ads-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: none;
	z-index: 3000;
	display: none;
}
iframe#ads-iframe.show {
	display: block;
}