#tx-perfectlightbox-layer {
	z-index: 1100 !important;
}

#tx-perfectlightbox-frame {
	z-index: 1200 !important;
}

#tx-perfectlightbox-controls {
	bottom: 75px;
	left: 0;
}

#tx-perfectlightbox-control-previous {
	position: absolute;
	left: 30px;
	bottom: 80px;
}

#tx-perfectlightbox-control-next {
	position: absolute;
	right: 30px;
	bottom: 80px;
}

#tx-perfectlightbox-control-close {
	position: absolute;
	right: 30px;
}




/* Hier die Bilder aendern */
#lbPrevLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../img/prev.gif) no-repeat 0% 15% !important;
}

#lbNextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../img/next.gif) no-repeat 100% 15% !important;
}

#lbCloseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/close.gif) no-repeat center !important;
}

