#icLightBoxOverlay{
	top:0;
	left:0;
	height:100%;
	width:100%;
	position:absolute;
	z-index:1000;
	text-align:center;
}
.icLightBoxPagerContainer{
	cursor:pointer;
	height:20%;
	top:40%;
	width:10%;
	position:absolute;
	z-index:1010;
}

#imageInfoDiv {
	position:absolute;
	right:40px;
	top:10px;
	width:220px;
	padding:0 5px 5px 5px;	
	z-index:1005;
	text-align:left;
	line-height:1.7em;
}

#closeDiv{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;

}

#smallCloseButtonDiv {
	position:absolute;
	top:10px;
	width:15px;
	height:15px;
	cursor:pointer;
	z-index:1015;
}

#imageInfoToggleDiv {
	position:absolute;
	top:35px;
	
	width:25px;
	height:25px;
	cursor:pointer;
	z-index:1025;
}


#icLightBoxPrevContainer{

	left:0;
	
}

.icLightBoxPrevContainerHover:hover{
	cursor: w-resize;
}

.icLightBoxNextContainerHover:hover{
	cursor: e-resize;
}

#icLightBoxNextContainer{

	right:0;
}

#icLightBoxActiveImage {

}

.pagerButton {
	display:none;
	top:50%;
	position:absolute;
	width:126px;
	height:32px;
	margin-top:-16px;
	z-index:1010;
}

#prevButton {

	left:10px;
	/*background-image: url('lightboxPrev.png') no-repeat right top;*/
}



#nextButton {

	right:10px;
	/*background-image: url('lightboxNext.png') no-repeat right top;*/
}

#icLightBoxLoadingDiv	{
	position:absolute;
	text-align:center;
	top:45%;
	width:100%;
}

#pageXofYDiv {
	position:absolute;
	bottom:10px;
	display:none;
	z-index:1030;
}