var $j = jQuery.noConflict();
$j(function($) {
	$('#content_main a.lightbox').lightBox({
		txtImage: 'Bild',
		txtOf: 'von',
		fixedNavigation: true,
		imageBtnPrev: 'mod_products/images/lightbox-btn-prev_de.gif',
		imageBtnNext: 'mod_products/images/lightbox-btn-next_de.gif',
		imageBtnClose: 'mod_products/images/lightbox-btn-close_de.gif'
	});
});
