$(document).ready(function(){
						   

$(".clubslide").cycle({
		
		
			vertical:		false,
			speed: 			1600,
			auto:			true,
			pause:			5000,
			continuous:		true
		
		});

$('.fotosfp a, .fotoalbums a').lightBox({fixedNavigation:true});			


	$("a[href$=pdf]").addClass("download").attr({ target: "_blank" });

	$("a[href$=zip]").addClass("zip").attr({ target: "_blank" });

	$("a[href$=psd]").addClass("psd").attr({ target: "_blank" });
	
	$("a[href^='http']")
		.addClass("external")
		.attr({ target: "_blank" });

});
