/* do sitewide effects*/
$(document).ready(function(){
	$('#cyclecontainer').cycle({fx:'fade', timeout:7000, speed:1500}).slideDown();
    $("tr:nth-child(odd)").addClass("odd");
	$.localScroll.hash();
	
	$("a[rel^='lightbox']").slimbox({counterText: str_slimbox_image_counter}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
});