$(document).ready(function(){
	
	$("#tease_leis").css("opacity",0.33);
	$("#tease_shop").css("opacity",0.33); 
	$("#tease_gale").css("opacity",0.33);
	
	$('#contentWrapp').scale9Grid({top:38,bottom:38,left:38,right:38});
	
	$("#tease_leis").click(function(){ 	});
	$("#tease_leis").mouseover( function(){ $(this).fadeTo('fast',1);	} );
	$("#tease_leis").mouseout( function(){ $(this).fadeTo('fast',0.33);	} );
	
	$("#tease_shop").click(function(){ 	});
	$("#tease_shop").mouseover( function(){ $(this).fadeTo('fast',1); } );
	$("#tease_shop").mouseout( function(){ $(this).fadeTo('fast',0.33);	} );
	
	$("#tease_gale").click(function(){ 	});
	$("#tease_gale").mouseover( function(){ $(this).fadeTo('fast',1);	} );
	$("#tease_gale").mouseout( function(){ $(this).fadeTo('fast',0.33);	} );
});
