// JavaScript Document

$(document).ready(function() {
$("nav ul li:first-child a").css("padding-left", "20px");
$("nav ul li:first-child a").css("background", "none");
$("nav").append('<div class="clear"></div>');
$("body").prepend('<div id="bodyTop"></div>');
$("body").append('<div id="bodyBtm"></div>');
$(".body").append('<div class="clear"></div>');
$("#photoBody #bodyCont .gallery:nth-child(3n+1)").css('margin-left','0');
$(".gallery[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'light_square',slideshow:5000, autoplay_slideshow: true});
$(".scrollable").scrollable( {circular: true}).navigator();

});

