/* ========================================================================= */
/* BE SURE TO COMMENT CODE/IDENTIFY PER PLUGIN CALL                          */
/* ========================================================================= */
$(document).ready(function(){  
	if ($('.photos').length) {
		$('.photos').cycle({ 
		fx: 'fade',
		timeout: 5500,
		speed: 2500  
		});
	};   
	//show-hide input tip 
	$('input[title!=""]').hint();   
	//$('.photopop img').css({opacity:"1.0"});
	//$('.photopop img').hover(function() {
	//	$(this).animate({opacity:"0.5"});
	//}, function() {
	//	$(this).animate({opacity:"1.0"});
	//});  
	//$("a.fancybox").fancybox({
	//	'titlePosition'		: 'outside',
	//	'overlayColor'		: '#fff',
	//	'overlayOpacity'	: 0.7
	//}); 
});
