// JavaScript Document
$(document).ready(function(){
	$("#gallery").PikaChoose({show_prev_next:true, slide_enabled: true, auto_play: true, thumb_width: 100, thumb_height: 60});
	$("a.fancy").fancybox(); 
});

