.lightbox {
	position: fixed;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	top: 0;
	left: 0;
	display: none;
	z-index: 2010;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

.lightbox img {
	display: block;
	position: absolute;
	margin: 8px;
	cursor: pointer;
}

.lightbox em {
	display: block;
	bottom: 0px;
	position: absolute;
	margin: 8px;
	color: #333333;
	font-style: normal;
}

.closer, .closeriframe {
	width: 32px;
	height: 32px;
	background: url(./../styles/default.png) no-repeat;
	position: absolute;
	z-index: 2020;
	cursor: pointer;
}

.closer {
	top: -17px;
	right: -17px;
}

.closeriframe 
{
	top: -32px;
	right: -32px;
}

.fader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000000;
	z-index: 2000;
}

.nextitem, .previtem
{
	display: block;
	position: absolute;
	width: 70px;
	top:0;
	bottom:0;
	cursor: pointer;
	background: url(./../navstyles/clearpixel.png);
}

.nextitem {
	right:0;
}

.nextitem:hover {
	background: url(./../navstyles/default_next.png) right center no-repeat;
	
}

.previtem
{
	left:0;
}

.previtem:hover {
	background: url(./../navstyles/default_prev.png) left center no-repeat;
}

