$(document).ready(function(){
	//ready.jsQ
});
function gallery(x){
	x = parseInt(x);
	x = x-1;
	$(".table-gallery .image li").hide();
	$(".table-gallery .image li").eq(x).fadeIn("slow");
}
