$(function(){

$(".cypochi_photo_album-box ").each(function(){

$(this).find('.cypochi_photo_album:nth-child(4n+4)').addClass('cypochi_photo_album_end');
$(this).find('.cypochi_photo_album:nth-child(4n+4)').after('<div style="width:950px;height:20px;clear:both;"><hr style="display:none;" /></div>');
   
});

$(".cypochi_photo_album>.cypochi_photo_album_btn").each(function(){
		var img_href=$(this).parent().find('.cypochi_photo_album_img>a').attr('href');
		$(this).find('a').attr('href',img_href);		
});


$(".cypochi_photo_album>.cypochi_photo_album_btn>a,.cypochi_photo_album>.cypochi_photo_album_img>a").colorbox_pa({iframe:true, innerWidth:938, innerHeight:588,
onClosed:function(){ $('body').removeClass('cypochi_photo_album_on')},
onOpen:function(){ $('body').addClass('cypochi_photo_album_on')} },	
	function() {
			$('#cboxTitle').html($(this).parent().parent().find('.cypochi_photo_album_text').html());
		
		}

);


$('body').removeClass('cypochi_photo_album_on');

});
