﻿ $(document).ready(function(){
	 $('.listItem').wink(600);
	 $('#listItemArea a').lightpop({overlayBgColor:'#fff', contentFrameType:'box'});
 });

