// JavaScript Document

jQuery(document).ready(function(){

	$('.Res').fancybox({
        'width'				: 850,
		'height'			: '95%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		});
		
	$('.Over,#GN img,.RO').rollover();
	
});


