/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Editorials
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.editorialBank {
	width: 652px;
	height: 350px;
	top: 122px;
	left: 336px;
	position: absolute;
}

.editorialContainerLarge {
	width: 314px;
	height: 350px;
	position: absolute;
}

.editorialContainerSmall {
	width: 314px;
	height: 160px;
	left: 336px;
	position: absolute;
}

.editorialLargeGlow {
	width: 326px;
	height: 362px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.editorialSmallGlow {
	width: 326px;
	height: 172px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.editorialLargeImage {
	width: 314px;
	height: 350px;
	cursor: pointer;
	*cursor: hand;
}

.editorialSmallImage {
	width: 314px;
	height: 160px;
	cursor: pointer;
	*cursor: hand;
}

.editorialLargeTextBackground {
	width: 314px;
	height: 28px;
	top: 322px;
	background-color: #002165;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
	opacity: 0.35;
	position: absolute;
}

.editorialSmallTextBackground {
	width: 314px;
	height: 28px;
	top: 132px;
	background-color: #002165;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
	opacity: 0.35;
	position: absolute;
}

.editorialInternalContainer {
	cursor: pointer;
	*cursor: hand;
}

.editorialText {
	width: 314px;
	color: #FFF;
	font-family: "Arial Black", "Arial", arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	left: 10px;
	position: absolute;
}

.editorialLargeText {
	top: 324px;
}

.editorialSmallText {
	top: 134px;
}

#editorialLarge {
	
}

#editorialSmallTop {
	top: 0px;
}

#editorialSmallBottom {
	top: 190px;
}


