jQuery(document).ready(function($) {	

// Open external links in new window	
$("a[rel~='external']").attr({
	target: "_blank"
});

// Rpx login modal window settings
	/*$("a.iframe").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	200, 
		'speedOut'		:	200,
		'titleShow'		:	false,
		'width'         :   400,
		'height'        :   240,
		'scrolling'     :   'no',
		'showNavArrows' :   false,
		'enableKeyboardNav' : false,
		'overlayColor'	: '#000000'
	});*/
	
	// comment images modal window settings
	$('a[rel="fancybox-comments"]').fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	200, 
		'speedOut'		:	200,
		'titleShow'		:	false,
		'scrolling'     :   'no',
		'overlayColor'	: '#000000'			
	});

	$('.swellguru-button').fancybox({
		'autoScale' 	: true,
		'width'			: 685,
		'height'		: 230,
		'scrolling'		: 'no',
		'type'			: 'iframe'		
	});

});
