#lightbox-nav-btnNext {
	margin-right: -55px;
	background-image: url(../images/dd_uu_lightbox_next.png) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}

#lightbox-nav-btnPrev {
	margin-left: -55px;
	background-image: url(../images/dd_uu_lightbox_prev.png) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}

#lightbox-secNav {
	position:absolute;
	right: -20px;
	top:-565px;
	/*background-image: url(../images/dd_uu_lightbox_close_btn.png) !important;*/
	background-repeat: no-repeat !important;
	background-position: right top !important;
	z-index: 20;
}

#lightbox-secNav-btnClose {
	text-align: right;
}

#lightbox-image-details {
	width: 100% !important;
	position: relative;
}

#lightbox-image-details-caption em {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 10px;
	font-weight: normal;
}

#lightbox-container-image-data-box {
	overflow: visible;
	position: relative;
	height: auto;
    top: -10px;
}
#lightbox-container-image-data #lightbox-image-details {
    float: none;
}
