$(document).ready(function(){
	$(".demo div").mouseover(function(){
		$(".Slash").ImageSwitch({Type:$(this).attr("class"), 
			NewImage:$(this).attr("rel"),	
			Direction:"DownTop"
			});
	});
});