var url_prefix = "";

$(document).ready(function(){
	$('#carousel').cycle({fx:'fade', timeout:7000, speed:1500}).slideDown();
	$.localScroll.hash();
	$.localScroll();
	$("a[rel^='lightbox']").slimbox({counterText: str_slimbox_image_counter}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
});