$(document).ready(function (){
$(".right").hover(function(){ $(".slider_text1").css("opacity","1"); }); $(".right").css("opacity","0");
});