$(document).ready(function() {
	// Colorbox Image
	$('.colorbox-image').colorbox({scrolling:false, maxWidth:"90%", maxHeight:"90%", current:"({current} of {total})"});
	// Colorbox Video
	$('.colorbox-video').colorbox({scrolling:false, innerWidth:"700", innerHeight:"394", current:"({current} of {total})", onLoad:function(){ swfobject.removeSWF("video"); }});
	$('.colorbox-videoauto').colorbox({scrolling:false, innerWidth:"auto", innerHeight:"auto", current:"({current} of {total})", onLoad:function(){ swfobject.removeSWF("video"); }, onComplete:function(){ Cufon.refresh(); }});
	// Colorbox Content
	$('.colorbox-content').colorbox({scrolling:false, maxWidth:"90%", maxHeight:"90%", current:"({current} of {total})", onComplete:function(){ Cufon.refresh(); }});
	$('.colorbox-inline').colorbox({inline:true, scrolling:false, maxWidth:"90%", maxHeight:"90%", current:"({current} of {total})", onComplete:function(){ Cufon.refresh(); }});
	$('.colorbox-iframe').colorbox({iframe:true, scrolling:false, innerWidth:"700", innerHeight:"394", maxWidth:"90%", maxHeight:"90%"});
});
	 

