// JavaScript Document

$(function(){
		   
		   
		   var div = Raphael("frame",500,301);
		  
		   $("#slideshow").jMask({width:572,height:272});
		   
		   });
