#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 140;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#outerImageContainer .close {
position:absolute;
top:10px;
right:7px !important;
cursor:pointer;
padding:0 !important;
width:15px;
height:15px;
display:block;
}

#lightboxEcard {
position:absolute;
font-size:11px;
bottom:0px;
right:0px;
width:300px;
height:150px;
background-color:#FFFFFF;
padding:10px;
}

#ecardLink {
position:absolute;
bottom:0;
right:0;
}

#outerImageContainer .close img {
width:15px !important;
height:15px !important;
border:0 !important;
padding:0 !important;
margin:0 !important;
display:block;
float:left;


}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}


#nextLink {
position:absolute;
right:10px;
display:block;
width:16px;
height:29px;
overflow:hidden;
}

#prevLink {
position:absolute;
display:block;
left:10px;
width:16px;
height:29px;
overflow:hidden;
}

#prevLink img, #nextLink img {
float:left;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 130;
	width: 100%;
	height: 500px;
	background-color: #282828;
}

