$(document).ready(function(){
	
	$('.has_icon').prepend('<span class="icon"></span>');
	
	$('#screens ul').clgallery({
		autoplay: true,
		showcaptions: false,
		containerheight: 305
	});
	
});
