	$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade'
	});
});

	$(function() {
		$('#gallery a:has(img)').lightBox();
	});


img1=new Image()
img1.src="http://www.restoran-bulgar.ru/images/headerbg.jpg"
img2=new Image()
img2.src="http://www.restoran-bulgar.ru/images/logo.png"
img3=new Image()
img3.src="http://www.restoran-bulgar.ru/images/libg.jpg"
  
    
$(function(){
	  $("#accordion").accordion({
	    autoHeight: false,
	    active: false,
		collapsible: true
	  });
	});

