$(document).ready(function() {
	$('body.details div.text ul li a').lightBox({fixedNavigation:true});
    $('#menuAdds ul').cycle({
		fx: 'fade',
		speed: 1000,
		timeout: 3000,
		cssBefore: {
			'margin-left': '1.8em',
			'margin-top': '4em'
		},
		cssAfter: {
			'margin-left': '1.8em',
			'margin-top': '4em'
		}
	});
});
