		$(document).ready(function(){
			
	var indicators = document.createElement('ul');
	$(indicators).attr('id', 'indicators');
	$('.carousel').append(indicators);

			$("a[rel^='prettyPhoto']").prettyPhoto({
				theme: 'light_rounded',
				overlay_gallery: true,
			});
			$(function() {$( "#tabs" ).tabs();});
			$('#billy_scroller').billy({slidePause: 5000});
		});
