/* 
    Created on : 18/07/2011
    Author     : Vasile Botoroga
    Description: Javascript nel frontend
*/

$(document).ready(function() {

	// ** aggiusta i margin-right delgli album
	
	
	// ** gallery page 
	/*
	$('.album').live('mouseover', function(){
		$(this).children('.album_hover_info').fadeIn(200);
    });
	$('.album').live('mouseleave', function(){
		$(this).children('.album_hover_info').fadeOut(200);
    });
    */
});
