$(document).ready(function(){


	var $jqm=$('#dialog-box').jqm({
		overlayColor: '#fff',
		overlay: 65,
		modal:false,
		closebtn:true,
		closebtnimg:$.adresa_site+'images/closebox.png'
		});

	$('a.photo-gallery').prettyPhoto({
			animationSpeed: 'normal', /* fast/slow/normal */
			showTitle: false, /* true/false */
			allowresize: true, /* true/false */
			default_width: 800,
			default_height: 600,
			theme: 'light_rounded', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
			modal: false /* If set to true, only the close button will close the window */
		});
	$('a.btn-photo-gallery').click(function () {
		$('a.photo0').trigger('click');
		return false;
	});





	$('a.btn-photo-gallery-arena').click(function () {
		$('a.photo-arena0').trigger('click');
		return false;
	});





});



