$(function(){
	$("b a").mouseover(function(e){
	e.preventDefault();
	})
												  
	$("b a").eq(0).mouseover(function(){
		$("div#grande").html('<img src="img/foto1.jpg">');
		$("div#coment").html('<p>Logotipo da BrinqShow, vetorizado em CorelDraw-x3 e pintado em Photoshop.</p>');
	})
	
	$("b a").eq(1).mouseover(function(){
		$("div#grande").html('<img src="img/foto2.jpg">');
		$("div#coment").html('<p>Logotipo da ZeroBala feito novamente com CorelDraw-x3 e Photoshop.</p>');
	})
	
	$("b a").eq(2).mouseover(function(){
		$("div#grande").html('<img src="img/foto3.jpg">');
		$("div#coment").html('<p>Angel Doces.</p>');
	})
	
	$("b a").eq(3).mouseover(function(){
		$("div#grande").html('<img src="img/foto4.jpg">');
		$("div#coment").html('<p>Vídeo Locadora Parada Obrigatória, logotipo criado em 2006.</p>');
	})
	
	$("b a").eq(4).mouseover(function(){
		$("div#grande").html('<img src="img/foto5.jpg">');
		$("div#coment").html('<p>Logotipo criado em 2008, uma loja de decorações no centro de Santo André.</p>');
	})
	
	$("b a").eq(5).mouseover(function(){
		$("div#grande").html('<img src="img/foto6.jpg">');
		$("div#coment").html('<p>Meta Comunicação Visual, Agência.</p>');
	})
})
