jQuery(document).ready(function($){
	//jQuery("a[rel^='prettyPhoto']").prettyPhoto();
	/*
	$('.unactived_menu li').hover(function() {
		item_class = $(this).attr('class');
		width = $(this).width();
		bg = $(this).attr('style');
		 
		$(this).attr('style','');
		if( $(this).hasClass('menu-item-29') ){ $(this).width(251); }
		if( $(this).hasClass('menu-item-30') ){ $(this).width(287); }
		if( $(this).hasClass('menu-item-33') ){ $(this).width(221); }
		
		$(this).find('a').stop().animate({ marginLeft:"247px"}, 500);
		
	},function(){
				
		$(this).width(width);
		$(this).attr('style',bg);
		$(this).find('a').stop().animate({ marginLeft:"0px"}, 500);
	});
	
	$('.actived_menu li').hover(function() {
		$(this).stop().animate({ marginLeft:"10px"}, 10);
	},function() {
		$(this).stop().animate({ marginLeft:"0px"}, 10);
	});
	*/
});
