jQuery.noConflict();
jQuery(document).ready(function($){
	$('table tr:nth-child(2n)').css('background','#fff');
});

jQuery(document).ready(function($) {
	$("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({
		'titleShow'	: true,
                'titlePosition'	: 'over',
                'overlayColor'  : '#0E4F78'
        });
});

