$(document).ready(function() {
	$("#form").validate();
	$(".lightbox").lightbox();
	$('#style-switcher a').styleSwitcher();
});