$(document).ready(function(){

	$("#social-bar, #linkedin").css({ opacity: .8 });

	 $('.slideshow').cycle({
		fx: 'uncover',
		speed: 3200,
		timeout: 3200,
		pause: 1
	});
	

});
