$(document).ready(function(){
                $('#test21').css({'background-image' : 'url("/images/picture.png")'});
                $('#test22').css({'background-image' : 'url("/images/picture.png")'});
                $('#test23').css({'background-image' : 'url("/images/picture.png")'});
                $('#test24').css({'background-image' : 'url("/images/picture.png")'});
                $('#test25').css({'background-image' : 'url("/images/picture.png")'});	
	
	
	$("#ss").mouseover(function(){

$("#test21").stop().animate({height:'125px'});
});

$("#ss").mouseout(function(){
$("#test21").stop().animate({height:'35px'});
});

	
	
	$("#ss2").mouseover(function(){

$("#test22").stop().animate({height:'155px'});
});

$("#ss2").mouseout(function(){
$("#test22").stop().animate({height:'35px'});
});	




	
	$("#ss3").mouseover(function(){

$("#test23").stop().animate({height:'125px'});
});

$("#ss3").mouseout(function(){
$("#test23").stop().animate({height:'35px'});
});	

	$("#ss4").mouseover(function(){

$("#test24").stop().animate({height:'155px'});
});

$("#ss4").mouseout(function(){
$("#test24").stop().animate({height:'35px'});
});	


	$("#ss5").mouseover(function(){

$("#test25").stop().animate({height:'125px'});
});

$("#ss5").mouseout(function(){
$("#test25").stop().animate({height:'35px'});
});	











$(".mits").mouseover(function(eld){

$(this).find(".a1").fadeIn(500);

});

$(".mits").mouseout(function(eld){

$(this).find(".a1").fadeOut(500);

});


});
