@charset "UTF-8";
/* CSS Document */

div#content {
	margin-left: 5px;
	width: 600px;
	height: 420px;
	padding: 0;
}

#animBox {
	position: relative;
	height: 402px;
	width: 600px;
	z-index: 1;
	display: none;
	overflow: hidden;
}

#animBox img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#animBox img.active {
	z-index: 10;
}

#animBox img.last-active {
	z-index: 9;
}

div#monthlyOfferDiv {
	position: absolute;
	background-color: #000;
	top: 370px;
	left: 0;
	width: 600px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	color: #09C;
	z-index: 100;
	display: none;
}

div#monthlyOfferDiv a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	color: #99CCFF;
	cursor: pointer;
	display: block;
	width: 100%;
}

div#monthlyOfferDiv a:hover {
	color: #FFF;
}

div#monthlyOfferDesc {
	/*default is 600x370*/
	position: absolute;
	left: 0;
	top: 0;
	width: 510px;
	height: 340px;
	padding: 20px 45px 10px 45px;
	background-image: url(../img/packages_bg.gif);
	background-repeat: no-repeat;
	display: none;
	z-index: 99;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

div#monthlyOfferDesc p {
	margin-bottom: 10px;
}
