$(document).ready(function() {
	$('ul.list5 li br').remove();
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'light_rounded' /* light_rounded / dark_rounded / light_square / dark_square */
	});
	$('div#banner div.slides').cycle({
		fx:     'fade'
	});

});

