function hovers(elmnt,pic) {
	var main_image = $(elemnt);
	elemnt.src = pic;
};


