// JavaScript Document
Cufon.replace('h1');

$(function(){
		   
		   
		   var div = Raphael("frame",1018,399);
		   div.rect(0,0,1017,398,15).attr({fill:"90-#ffc693-#ffffff",stroke:"#f0f0f0"});
		  
		   $("#slideshow").jMask({width:997,height:378});
		   
		   });
