var $j = jQuery.noConflict();
$j(function() {

	/**
	 * Find containers with class="slideshow" and create a slideshow
	 * from all child elements with class="slide".
	 */
	$j('a.slideshow').colorbox({
		current: 'billede {current} af {total}',
		previous: 'forrige',
		next: 'næste',
		close: 'luk'
	});

});
