window.addEvent('domready', function(){
	
	// Initializing and configuring the Sexy Lightbox 2
	new SexyLightBox({
		find:'lightbox',
		color:'white',
		imagesdir:'sexylightbox2/sexyimages',
		OverlayStyles:{'background-color':'#000000', 'opacity': 0.8},
		showDuration:200,
		closeDuration:400
	});
	
});
