$(document).ready(function(){ 

	$(".showreal").colorbox({iframe:true, innerWidth:600, innerHeight:430});
			
});