$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		 theme: 'facebook'
	});
	
    jQuery('#mycarousel').jcarousel({
        start: 1
    });	
});
