$(document).ready(function (){
$(".right").hover(function(){ $(".slider_text1").fadeIn(); },function(){ $(".slider_text1").fadeOut(); });
});