Shadowbox.init({
    language: 'en',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
});

$(function(){
	$('#slideshow').cycle({
		timeout: 6000,
		prev:    '#prev',
		next:    '#next'
	});
});