$(function()
{
	$('#banner').cycle();
	$("a[href$=.jpg]").fancybox();
	$("a[href$=.JPG]").fancybox();
});
