/*
	   _____ ______
	  / ___// ____/
	  \__ \/ /_
	 ___/ / __/ (c) 2011
	/____/_/ sasaforic.com

*/

$(document).ready(function() {
	$('#slider').tinycarousel({ pager: true, animation: true , interval: true, intervaltime: 3000 });
	//$('#slider').tinycarousel({ pager: true, animation: false });

	 $("a.iframe").fancybox({ 
			 'autoDimensions'	: true,
			'width'         		: 830,
			'height'        		: 500,
			 'hideOnContentClick'            : false, 
			 'zoomSpeedIn'                   : 600, 
			 'zoomSpeedOut'                  : 500, 
			 'easingIn'                              : 'easeOutBack', 
			 'easingOut'                     : 'easeInBack' 
	 });
	$("a[rel=objekt],a[rel=okolica]").fancybox({
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'titlePosition' 	: 'over',
			'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
	}
	});
		
});
