jQuery(document).ready(function($){	
	var select = $('a[href$=".bmp"], a[href$=".gif"], a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".BMP"], a[href$=".GIF"], a[href$=".JPG"], a[href$=".JPEG"], a[href$=".PNG"]');
	select.slimbox({
		overlayOpacity: 0.7,
		loop: true,
		overlayFadeDuration: 200,
		captionAnimationDuration: 100,
		counterText: "Image {x} of {y}"
	});
});