$(document).ready(function(){
	$('.image_over').imghover(
		{
			suffix: '_hover'
		}
	);
});



