// JavaScript Document

jQuery(document).ready(function($) {
	$('.ec3_iconlet').each(function(){
		$(this).prev().remove();
	 });
	$('#gallerySs').cycle();
	$('input:checkbox').addClass('checkbox');
});


