$(function() {
	$('marquee').marquee();

	$('#GalleryHolder ul.image-list a').lightBox({
		fixedNavigation:true,
		imageLoading:			'themes/svibno/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'themes/svibno/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'themes/svibno/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'themes/svibno/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'themes/svibno/images/lightbox-blank.gif',
		txtImage:				'Slika',	// (string) Specify text "Image"
		txtOf:					'od'		// (string) Specify text "of"
	});
});
