﻿$(function() {
	$("#slideshow").cycle({ fx: 'fade', timeout: 10000, speed: 500 });
	$(".spotlight-container img").wrap("<div class='spotlight-mask'></div>");
	$(".spotlight-mask").css("background-image", "url(" + $(".spotlight-container img").attr("src") + ")");
	$(".spotlight-container img").attr("src", "/App_Themes/Default/Images/physpotlight-mask.gif");
});
