jQuery(document).ready(function(){
	
	// Overview checkbox style
	$("input[type='checkbox']").custCheckBox({
		callback: function(){
			$("form[name='style_form']").submit();
		}
	});
});
