
$(document).ready(function() {
			/*
			*   Examples - images
			*/
			
			$(".gallery_img").fancybox({
				'autoScale'			: true,
				'cyclic'			: true,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'image',
				'autoDimensions'	: true,
				'titleShow'			: true,
				'titlePosition'		: 'over',
				'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">' +  (title)+ '</span>';
				}
			});
			
			});
			
			
			function odaberi_vrijeme(id,id2,id3,id4,id5,id6,id7){
					window.document.getElementById(id2).value = id;
					for(var i = 0; i < id5; i++){
						if(window.document.getElementById(id6+i)){
							if(window.document.getElementById(id6+i).className != ''+id7+''){
								window.document.getElementById(id6+i).className = '';
							}
						}
					}
					if(window.document.getElementById(id4).className != ''+id7+''){
						window.document.getElementById(id4).className = id3;
					}
			}
