body:after {
	content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
	display: none;
}

.lightboxOverlay {
	background-color: #cc0000;
	display: none;
	filter: progid;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	z-index: 9999;
}

.lightbox {
	background-color: #cc0000;
	font-weight: normal;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10000;
}

.lightbox .lb-image {
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #cc0000;
	border-radius: 3px;
	display: block;
	height: auto;
	max-width: inherit;
}

.lightbox a img {
	background-color: #cc0000;
	border-style: none;
}

.lb-outerContainer {
	*zoom: 1;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: white;
	border-radius: 4px;
	height: 250px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	width: 250px;
}

.lb-outerContainer:after {
	background-color: #cc0000;
	clear: both;
	content: "";
	display: table;
}

.lb-container {
	background-color: #cc0000;
	padding: 4px;
}

.lb-loader {
	background-color: #cc0000;
	height: 25%;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 43%;
	width: 100%;
}

.lb-cancel {
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 32px;
}

.lb-nav {
	background-color: #cc0000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	background-color: #cc0000;
	left: 0;
}

.lb-nav a {
	background-color: #cc0000;
	background-image: url('data;
	R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='): ;
	outline-style: none;
}

.lb-prev, .lb-next {
	background-color: #cc0000;
	cursor: pointer;
	display: block;
	height: 100%;
}

.lb-nav a.lb-prev {
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	background-color: #cc0000;
	background-image: url(../img/prev.png);
	background-position: 48%;
	background-repeat: no-repeat;
	filter: progid;
	float: left;
	left: 0;
	opacity: 0;
	transition: opacity 0.6s;
	width: 34%;
}

.lb-nav a.lb-prev:hover {
	background-color: #cc0000;
	filter: progid;
	opacity: 1;
}

.lb-nav a.lb-next {
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	background-color: #cc0000;
	background-image: url(../img/next.png);
	background-position: 48%;
	background-repeat: no-repeat;
	filter: progid;
	float: right;
	opacity: 0;
	right: 0;
	transition: opacity 0.6s;
	width: 64%;
}

.lb-nav a.lb-next:hover {
	background-color: #cc0000;
	filter: progid;
	opacity: 1;
}

.lb-dataContainer {
	*zoom: 1;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background-color: #cc0000;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 5px;
	width: 100%;
}

.lb-dataContainer:after {
	background-color: #cc0000;
	clear: both;
	content: "";
	display: table;
}

.lb-data {
	background-color: #cc0000;
	color: #ccc;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0;
}

.lb-data .lb-details {
	background-color: #cc0000;
	float: left;
	line-height: 1.1em;
	text-align: left;
	width: 85%;
}

.lb-data .lb-caption {
	background-color: #cc0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	background-color: #cc0000;
	clear: left;
	color: #999999;
	display: block;
	font-size: 12px;
	padding-bottom: 1em;
}

.lb-data .lb-close {
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	background-color: #cc0000;
	background-image: url(../img/close.png);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	filter: progid;
	float: right;
	height: 30px;
	opacity: 0.7;
	outline-style: none;
	text-align: right;
	transition: opacity 0.2s;
	width: 30px;
}

.lb-data .lb-close:hover {
	background-color: #cc0000;
	cursor: pointer;
	filter: progid;
	opacity: 1;
}