$(document).ready(function () {
	$(".gallery .thumbs a").click(function(){
		$(".fullimage img").attr("src",$(this).attr("href"));
		return false;
	});
});
