$(function(){
	$('#images').cycle({
		fx:     'fade',
		speed:  'slow',
		timeout: 0,
		next:   '#next',
		prev:   '#prev'
	});

	$.fn.supersized.options = {
		startwidth: 1464,
		startheight: 976,
		vertical_center: 0,
		slideshow: 0
	};
	$('#supersize').supersized();
	
	$('#left-content table tr:odd').addClass('striped');
});
