$(document).ready(function() {
	if (screen.width>=1152) {
		$("#side-skin-left").show();
		$("#side-skin-right").show();
	}
});
