

// MENU TOP===============================================================================
            $(function() {
				var $oe_menu		= $('#my_menu');
				var $oe_menu_items	= $oe_menu.children('li');
				var $oe_overlay		= $('#overlay');

                $oe_menu_items.bind('mouseenter',function(){
					var $this = $(this);
					$this.addClass('slided selected');
					$this.children('div').css('z-index','9999').stop(true,true).slideDown(200,function(){
						$oe_menu_items.not('.slided').children('div').hide();
						$this.removeClass('slided');
					});
				}).bind('mouseleave',function(){
					var $this = $(this);
					$this.removeClass('selected').children('div').css('z-index','1');
				});

				$oe_menu.bind('mouseenter',function(){
					var $this = $(this);
					$oe_overlay.stop(true,true).fadeTo(200, 0.6);
					$this.addClass('hovered');
				}).bind('mouseleave',function(){
					var $this = $(this);
					$this.removeClass('hovered');
					$oe_overlay.stop(true,true).fadeTo(200, 0);
					$oe_menu_items.children('div').hide();
				})
            });
			

	 function show_message_carime()
       {
           dhtmlx.message({ expire:5000, text:'<br><a href="http://www.cameratamusicalebarese.it/share/integra_files_lib/images/carime.png" class="dhtmlx_box"><img src="img/logo-banca_carime.png" width="200" height="44" /></a> <br style="clear:both;"><br>' });    
           
           $("a.dhtmlx_box").fancybox({
                'titleShow'       : false,
                'transitionIn'    : 'elastic',
                'transitionOut'   : 'elastic',
                'titlePosition'   : 'over',
                'overlayOpacity'  : '0.8',
                'overlayColor'    : '#000'
            });
           $(".dhtmlx_message_area").hide();
           window.setTimeout("slow_fade()", 500);
           //alert(x);
       } 
       
       function slow_fade()
       {
           $(".dhtmlx_message_area").fadeIn("slow");
       }
			
	// HOME HOVER EFFECT ===============================================================================		    
    $(document).ready(function() {
        $('.project-home').mouseenter(function(e) {
            $(this).children('a').children('img').animate({ height: '133', left: '0', top: '0', width: '310'}, 400);
            $(this).children('a').children('span').fadeIn(800);
        }).mouseleave(function(e) {
            $(this).children('a').children('img').animate({ height: '135', left: '0', top: '0', width: '315'}, 400);
            $(this).children('a').children('span').fadeOut(200);
        });
        
        
        
        
      
       
        
       
       window.setTimeout("show_message_carime()", 3000);
       
       
      if(typeof(fancy_box) != 'undefined')
      {
          
      
       $.fancybox(
                    '<img src="images/img-fbox.png">',
                    {
                            'titleShow'         : false,
                            'width'             : 960,
                            'height'            : 610,   
                            'autoDimensions'    : false,
                            'transitionIn'      : 'elastic',
                            'transitionOut'     : 'elastic',
                            'titlePosition'     : 'over',
                            'overlayOpacity'    : '0.8',
                            'overlayColor'      : '#000',
                            
                    }
                );
       
      }   
        
});
			
	// HOME HOVER EFFECT ===============================================================================		    
  //  $(document).ready(function() {
  //     $('.project').mouseenter(function(e) {
  //         $(this).children('a').children('img').animate({ height: '193', left: '0', top: '0', width: '310'}, 400);
  //         $(this).children('a').children('span').fadeIn(800);
  //     }).mouseleave(function(e) {
  //         $(this).children('a').children('img').animate({ height: '196', left: '0', top: '0', width: '315'}, 400);
  //        $(this).children('a').children('span').fadeOut(200);
  //     });
//});
	
// PORTFOLIO HOVER EFFECT ===============================================================================		    
  
        $('.project_portfolio').mouseenter(function(e) {
            $(this).children('a').children('img').animate({ height: '300', left: '0', top: '0', width: '500'}, 400);
            $(this).children('a').children('span').fadeIn(800);
        }).mouseleave(function(e) {
            $(this).children('a').children('img').animate({ height: '300', left: '0', top: '0', width: '500'}, 400);
            $(this).children('a').children('span').fadeOut(200);
        });



  


