$(document).ready(function(){
	$("#rita-boutique.background-section").click(function(){
		window.location=$("#rita-boutique.background-section a").attr("href")
	})
	$("#rita-studio.background-section").click(function(){
		window.location=$("#rita-studio.background-section a").attr("href")
	})
})

