$(document).ready(function() {
	
	$(".shot-text img:first-child").addClass("float-img");
	
	$(".short-block:odd").addClass("color2");
	
});

