var $j = jQuery.noConflict();
$j(document).ready(function(){
	//$j("a[rel='colorboximage']").colorbox({transition:"elastic", contentPrevious:"Vorige ", contentNext:"Volgende",modalClose:"Sluiten",contentCurrent:"{current} / {total}"});
	$j('#gallery a').lightBox();
})