$(function(){
	$("b a").mouseover(function(e){
	e.preventDefault();
	})
												  
	$("b a").eq(0).mouseover(function(){
		$("div#grande").html('<img src="img/foto27.jpg">');
		$("div#coment").html('<p>Marques Multimarcas, Cartões de visita desenvolvidos em 2008.</p>');
	})
	
	$("b a").eq(1).mouseover(function(){
		$("div#grande").html('<img src="img/foto28.jpg">');
		$("div#coment").html('<p>Aspantec.</p>');

	})
	
	$("b a").eq(2).mouseover(function(){
		$("div#grande").html('<img src="img/foto29.jpg">');
		$("div#coment").html('<p>Cartões de visita da Universo Adesivos, Loja Localizada na Av.Araucária, 1040 Santo André - SP.</p>');
	})
	
	$("b a").eq(3).mouseover(function(){
		$("div#grande").html('<img src="img/foto30.jpg">');
		$("div#coment").html('<p>Cartões Delima.</p>');
	})
	
	$("b a").eq(4).mouseover(function(){
		$("div#grande").html('<img src="img/foto31.jpg">');
		$("div#coment").html('<p>Cartões Bello Feito Tattoo.</p>');
	})
	
	$("b a").eq(5).mouseover(function(){
		$("div#grande").html('<img src="img/foto32.jpg">');
		$("div#coment").html('<p>Bus Art Films.</p>');
	})
})
