$(document).ready(function()
{	
	$(".sample1").colorbox({transition:"elastic"});
	$(".popup1").colorbox({width:"700px", transition:"elastic"});
});
