// Custom JavaScript by Matter Solutions
 // alert('beep');
jQuery(document).ready(function() {
	//jQuery('#sd_prev').click(function(){ alert('clicked prev');});
	//jQuery('#sd_next').click(function(){ alert('clicked next');});
	//alert('init done');
});

