$(document).ready(function(){
	$("a[rel='lightbox[album]']").colorbox({
 		width: 550,
		height: 700,
		iframe: true
	});
});

