// JavaScript Document
$(function() {
	$(".draggable").draggable();
});
$(function() {
	$('#portfolio a').lightBox({fixedNavigation:true});
});
$(function() {
	$('a.lightit').lightBox({fixedNavigation:true});
});