$(function(){
	$('.item-slider-1').mouseenter(function(){
		$('.item-slider-1').animate({ width: '216px', height: '148px' }),
		$('.item-slider-1 span').attr('style', 'display: none');
		$('.item-slider-1 a').attr('style', 'display: block');
	});
}); 
$(function(){
	$('.item-slider-1').mouseleave(function(){
		$('.item-slider-1').animate({ width: '207px', height: '45px' }),
		$('.item-slider-1 span').attr('style', 'display: inline');
		$('.item-slider-1 a').attr('style', 'display: none');
	});
});

$(function(){
	$('.item-slider-2').mouseenter(function(){
		$('.item-slider-2').animate({ width: '216px', height: '148px' }),
		$('.item-slider-2 span').attr('style', 'display: none');
		$('.item-slider-2 a').attr('style', 'display: block');
	});
}); 
$(function(){
	$('.item-slider-2').mouseleave(function(){
		$('.item-slider-2').animate({ width: '207px', height: '45px' }),
		$('.item-slider-2 span').attr('style', 'display: inline');
		$('.item-slider-2 a').attr('style', 'display: none');
	});
});

$(function(){
	$('.item-slider-3').mouseenter(function(){
		$('.item-slider-3').animate({ width: '216px', height: '148px' }),
		$('.item-slider-3 span').attr('style', 'display: none');
		$('.item-slider-3 a').attr('style', 'display: block');
	});
}); 
$(function(){
	$('.item-slider-3').mouseleave(function(){
		$('.item-slider-3').animate({ width: '207px', height: '45px' }),
		$('.item-slider-3 span').attr('style', 'display: inline');
		$('.item-slider-3 a').attr('style', 'display: none');
	});
});

$(function(){
	$('.item-slider-4').mouseenter(function(){
		$('.item-slider-4').animate({ width: '216px', height: '148px' }),
		$('.item-slider-4 span').attr('style', 'display: none');
		$('.item-slider-4 a').attr('style', 'display: block');
	});
}); 
$(function(){
	$('.item-slider-4').mouseleave(function(){
		$('.item-slider-4').animate({ width: '207px', height: '45px' }),
		$('.item-slider-4 span').attr('style', 'display: inline');
		$('.item-slider-4 a').attr('style', 'display: none');
	});
});
