$(document).ready(function() {
	// ### Hover
	$('#switch_site').hover(function () { $('#switch_site .back').css("width", "136px"); }, function () { $('#switch_site .back').css("width", "15px");  });
	$('#switch_showroom').hover(function () { $('#switch_showroom .back').css("width", "136px");  }, function () { $('#switch_showroom .back').css("width", "15px"); });
});
