.eslb_backpane{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: none;
}

.eslb_frontpane{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: block;
}

.eslb_contentpane{
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.eslb_contentwrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

.eslb_content{
	width: 100%;
	height: 100%;
}

.eslb_uipane{
	width: 100%;	
}

.eslb_infopane{
	padding: 16px 20px 14px 20px;
	position: relative;
	display: none;
	min-height: 20px;
}

.eslb_infospace{
}

.eslb_closebuttonspace{
	float: right;
	width: 120px;
}

.eslb_close_button {
	position: absolute;
	right: 20px;
	bottom: 12px;
	background: transparent url('../img/esol_lightbox/LightboxClose.png') no-repeat 0px 0px;
	display: block;
	cursor: pointer;
	width: 120px;
	height: 25px;
	text-indent: -5000px;
}

.eslb_close_button:hover {
	background-position: 0px -25px;
}

.eslb_imagepane{
	background: transparent url() no-repeat center center;
	width: 100%;
	height: 100%;
	display: none;
}

.eslb_image{
	display: none;
}

.eslb_gallery_ui{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.eslb_gallery_ui:hover .eslb_gui_left{
	display: block !important;
}
.eslb_gallery_ui:hover .eslb_gui_right{
	display: block !important;
}

.eslb_gui_right:hover .eslb_gl_next{
	background-position: -60px -25px;
}

.eslb_gui_left:hover .eslb_gl_prev{
	background-position: 0px -25px;
}

.eslb_gui_left{
	background: transparent url('../img/esol_lightbox/LightboxTransparency.gif') repeat 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	display: none !important;
}

.eslb_gui_right{
	background: transparent url('../img/esol_lightbox/LightboxTransparency.gif') repeat 0px 0px;
	position: absolute;
	top: 0px;
	right: 0px;	
	width: 50%;
	height: 100%;
	display: none !important;
}

.eslb_gallery_link {
	background: transparent url('../img/esol_lightbox/LightboxPrevNext.png') no-repeat 0px 0px;
	position: absolute;
	top: 40px;
	width: 60px;
	height: 25px;
	display: block;
	text-indent: -5000px;
	cursor: pointer;
}

.eslb_gl_prev {
	background-position: 0px 0px;
	left: 0px;
}

.eslb_gl_next {
	background-position: -60px 0px;
	right: 0px;
}

.eslb_spinner_white {
	background: transparent url('../img/esol_lightbox/spinner_white.gif') no-repeat center center;
}

.eslb_spinner_black {
	background: transparent url('../img/esol_lightbox/spinner_black.gif') no-repeat center center;
}