
/////////////Lightbox effects/////////////

/*$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$(".totem a").colorbox({transition:"elastic",width:"922px",height:"473px" ,iframe:true,});
			$(".audioSource a").colorbox({transition:"elastic",width:"922px",height:"473px" ,iframe:true,});
			$(".beyondTheGlass a").colorbox({transition:"elastic",width:"922px",height:"473px" ,iframe:true,});
			$(".drainright a").colorbox({transition:"elastic",width:"922px",height:"473px" ,iframe:true,});
			$(".moxiegifts a").colorbox({transition:"elastic",width:"922px",height:"473px" ,iframe:true,});
			$(".russelStover a").colorbox({transition:"elastic",width:"922px",height:"473px" ,iframe:true,});
			$(".simplicit a").colorbox({transition:"elastic",width:"922px",height:"473px" ,iframe:true,});
			$(".hangman a").colorbox({transition:"elastic",width:"922px",height:"473px" ,iframe:true,});
			});*/


		$(document).ready(function(){
			$(".totem a").prettyPhoto({animationSpeed:'slow'});
			$(".audioSource a").prettyPhoto({animationSpeed:'slow'});
			$(".beyondTheGlass a").prettyPhoto({animationSpeed:'slow'});
			$(".drainright a").prettyPhoto({animationSpeed:'slow'});
			$(".moxiegifts a").prettyPhoto({animationSpeed:'slow'});
			$(".russelStover a").prettyPhoto({animationSpeed:'slow'});
			$(".simplicit a").prettyPhoto({animationSpeed:'slow'});
			$(".hangman a").prettyPhoto({animationSpeed:'slow'});
		});



///////////// End Lightbox effects/////////////


