jQuery(document).ready(function(){	
	// image border
	jQuery('.image').append("<div></div>");
	
});