$(document).ready(function() {

	$(".lightbox, .fb").fancybox({
		'transitionIn' : 'fade',
		'transitionOut' : 'fade',
		'width' : 825,
		'height' : 565,
		'speedIn' : 400, 
		'speedOut' : 200,
		'type' : 'iframe',
		'overlayOpacity' : '0.6',
		'overlayColor' : '#000',
		'padding' : '0',
		'scrolling' : 'no',
		'autoScale' : false
	});
	
	$(".tweet").tweet({username: "WilkesU", count: 1, loading_text: "Loading..."});
	
});

