$(document).ready(function () {
    $("a[rel='lightbox']").colorbox({
		transition:"elastic",
		current: "{current} / {total}"
	});
});