// JavaScript Document
$(document).ready(function() {
						   
	 if($('.imgslider').length > 0){ $('.imgslider').cycle();	}
 });

