
$(document).ready(function(){
	
	$('.seq_image').elsequentialimage(); /* bind the sequential image plugin to div with class seq_image */
	
});

