jQuery(document).ready(function() {
	jQuery('.squarebanner li:nth-child(even)').addClass('rbanner');
	jQuery('.thumbim').tipsy({gravity: 's'});
});
