#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}

#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: Auto;
	height: Auto;
	display: none;
	z-index: 9999;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
}

#boxes #dialog {
	width: Auto;
	height: Auto;
	padding: 10px;
	background-color: #ffffff;
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 15pt;
}

#popupfoot {
	font-size: 16pt;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	width: 773px;
	right: 10px;
	color: #fff;
	text-shadow: 2px 2px #ff0000;
}

/* Make the image fully responsive */
.carousel-inner img {
	width: 100%;
	height: 100%;
}