// JavaScript Document
var names;
$(document).ready(function(){
	$('a[rel^="shadowbox"]').fancybox({
		'transitionIn'	:	'none',
		'transitionOut'	:	'none',
		'titlePosition' : 'over',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
});
