  jQuery(document).ready(function(){
		jQuery(".jbgallery").jbgallery({
		menu : "numbers", 
		style: "zoom",
		slideshow : true,
		caption : false
		});
	});
  $(function(){
				
		$(".top-menu .bg-1").hover(function() {
		   $(this).stop().animate({paddingLeft : "44px"},300);
		},function() {
		   $(this).stop().animate({paddingLeft : "0px"},300);
		});
		
		$(".top-menu .bg-2").hover(function() {
		   $(this).stop().animate({paddingLeft : "44px"},300);
		},function() {
		   $(this).stop().animate({paddingLeft : "0px"},300);
		});
		$(".top-menu .bg-3").hover(function() {
		   $(this).stop().animate({paddingLeft : "44px"},300);
		},function() {
		   $(this).stop().animate({paddingLeft : "0"},300);
		});
		$(".top-menu .bg-4").hover(function() {
		   $(this).stop().animate({paddingLeft : "44px"},300);
		},function() {
		   $(this).stop().animate({paddingLeft : "0px"},300);
		});
		$(".top-menu .bg-5").hover(function() {
		   $(this).stop().animate({paddingLeft : "44px"},300);
		},function() {
		   $(this).stop().animate({paddingLeft : "0px"},300);
		});		$(".top-menu .bg-6").hover(function() {
		   $(this).stop().animate({paddingLeft : "44px"},300);
		},function() {
		   $(this).stop().animate({paddingLeft : "0px"},300);
		});
		$(".top-menu .active").hover(function() {
		   $(this).stop().animate({paddingLeft : "0"},300);
		},function() {
		   $(this).stop().animate({paddingLeft : "0px"},300);
		});
});
