$(document).ready(function(){ 

//alert('JQuery Loaded')
//Home page animation
//see jquery.innerfade.js
$('#portfolio').innerfade({ 
			speed: 1500, 
			timeout: 4000, 
			type: 'sequence', 
		containerheight: '200px' 
			});  


//product lightbox
//http://colorpowered.com/colorbox/
//see jquery.colorbox.js
			$("a[rel='example3']").colorbox({
				transition:"none", 
				width:"75%", 
				height:"75%"
});

// end opener
}); 
