/* Author:
kristoffer@alpsjo.se
*/
$(document).ready(function(){
/* 
Lightbox call for the portfolio pages Project page: 
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
*/
	
	$(".gallery a[rel^='lightbox']").lightbox({theme:'dark_rounded'});
/*	$(".gallery:gt(0) a[rel^='lightbox']").lightbox({animation_speed:'fast',slideshow:10000, hideflash: true});
	
	$("a[rel^='prettyPhoto']").prettyPhoto();
*/
});







