// JavaScript Document
$(document).ready(function(){
	// transitions: fade, elastic, none
	// other arguments: width, height (px or %), slideshow (boolean), inline (boolean), href (link), title, iframe (boolean)
	// reference at http://colorpowered.com/colorbox/
	$("a[rel='colorbox']").colorbox({transition:"fade"});
});