.lightboxM{
	background  : #000000;
	color       : #000000;
	z-index     : 998;

	position    : absolute;
	top         : 0%;
	left        : 0%;
	width       : 5000px;
	height      : 5000px;

	opacity     :.90;
	-moz-opacity: 0.90;
	-ms-filter  : progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter      : alpha(opacity=90);
}

.lightboxE{
	background  : #ffffff;
	color       : #ffffff;
	z-index     : 998;

	position    : absolute;
	padding     : 5px;
}

.lightboxC{
	background  : #3f3f3f;
	color       : #3f3f3f;
	z-index     : 998;
}

.lightboxX{
	z-index     : 999;

	position    : absolute;
	width       : 36px;
	height      : 35px;
	cursor      : pointer;

	background-image : url(http://www.smartinternetmerchants.com/images/close.png) !important;
	background-image : none;
	filter           : none !important;
	filter           : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.smartinternetmerchants.com/images/close.png", sizingMethod="scale");
}

.lightboxL{
	background  : transparent url(http://www.smartinternetmerchants.com/images/loading.gif) no-repeat;
	color       : transparent;
	z-index     : 999;

	position    : absolute;
	width       : 32px;
	height      : 32px;
}