$(function(){
	$('.cs').hide();
	$.facebox.settings.opacity = 0.35;
	$('a[rel*=facebox]').facebox();
});