jQuery(document).ready(function(){
	jQuery(".caleidoscope").find("ul.cpic").find("a").click(function(){
//		alert('1');
//		return false;
	});
});