$(document).ready(function(){ 
	
	
	// ROUND CORNERS
	$('.wrapper-main , .wrapper').corner("7px");
	$('.grey-bar').corner("tl 5px").corner("bl 5px");
	
	// MENU
	$("ul.menu").supersubs({ 
		minWidth:    12,
		maxWidth:    30	
	})
	.superfish({ 
		autoArrows:  false,
		dropShadows: false 
	}); 

	
	// HOME GALLERY
	$('#gallery').galleria({
        width : 453,
		height : 395,
		showInfo : false,
		thumbCrop : true,
		showCounter : false,
        imageCrop : true
    });

});
