$().ready(function() {
	$('.kwicks').kwicks({
		max : 400,
		spacing : 5
	});
	
	$('#quotes').newsticker(10000);
	// $('.kwicks2').kwicks({
	// 	isVertical : true,
	// 	max : 126,
	// 	spacing : 5
	// });			
	$('.fbox a').fancyZoom({
		directory:'themes/firstgalaxies/images',
		width:750,
		height:600
	});
	$('.fboxr a').fancyZoom({
		directory:'themes/firstgalaxies/images',
		width:750,
		height:600
	});
});