/* MEGA PROMO */
#megaPromo
{
/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	padding: 0px 0px;
/*	margin-bottom: 20px;
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;*/
	height: 400px;
}
#megaPromo .promoContainer
{
	margin: 3px 7px 0px 7px;
	height: 340px;
	width: 770px;
	/* Top */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	*position: none;
	_position: none;
	z-index: 0;
	cursor: pointer;
}
#megaPromo .promoInfo
{
	background-image: url(../images/backgrounds/bg_black_75.png);
	background-repeat: repeat;
	position: absolute;
	*position: none;
	_position: none;
	*margin-top: 280px;
	_margin-top: 280px;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	text-align: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: default;
}
#megaPromo .loadingImage
{
	width: 220px;
	height: 19px;
	background-image: url(../images/backgrounds/bg_megaPromoLoader.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 122px;
	left: 282px;
}
#megaPromo h1
{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
}
#megaPromo h2.promoSubheading
{
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	margin-top: -4px;
}
#megaPromo p
{
	margin: 10px 0;
	color: #ffffff;
	opacity: 0.65;
	font-size: 12px;
	max-width: 450px;
	text-align: left;
}
#megaPromo .promoLinks
{
	margin: 15px 0 10px 0;
}
#megaPromo .promoLinks a
{
	padding: 5px 18px 5px 8px;
	color: #000000;
	font-size: 12px;
	background-color: #ffffff;
	margin-right: 10px;
	background-image: url(../images/backgrounds/bg_megaPromo_promoLinksArrow.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#megaPromo .promoLinks a:hover
{
	background-image: url(../images/backgrounds/bg_megaPromo_promoLinksArrow_hover.gif);
	background-color: #5CAEE8;
	color: #ffffff;
}
#megaPromo .nextPromoBar
{
	margin: 0px 3px 0px 3px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 2px;
/* Bottom */
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;

}
#megaPromo .nextPromoBar .megaPromoThumb
{
	float: left;
	display: inline;
	height: 50px;
	width: 99px;
	margin: 6px 0 0px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-repeat: no-repeat;
/*	opacity: 0.3;*/
}
#megaPromo .nextPromoBar .megaPromoThumb a
{
	height: 50px;
	width: 99px;
	display: block;
	padding: 0;
	opacity: 0.3;

}
#megaPromo .nextPromoBar .megaPromoThumb.selected
{
	opacity: 1.0;
}
#megaPromo .nextPromoBar .megaPromoThumb.selected .megaPromoThumbSelectedImage
{
	background-image: url(../images/backgrounds/bg_megapromoThumb_selected.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 99px;
	cursor: hand;
}
#megaPromo .nextPromoBar .megaPromoThumb:hover
{
	opacity: 1.0;
	background-color: none !important;
}
#megaPromo .nextPromoBar .megaPromoThumb a:hover
{
	background-color: none !important;
}
#megaPromo .nextPromoBar .megaPromoThumb.selected .megaPromoThumbSelectedImage:hover
{
	background-image: none;
}
/* Legacy Leading Promos */

#flashPromo
{
	/*height: 264px;*/
	text-align: center;
}

#mangaPreview
{
	margin-top: 20px;
	text-align: center;
}