$(function(){
	$("b a").mouseover(function(e){
	e.preventDefault();
	})
												  
	$("b a").eq(0).mouseover(function(){
		$("div#grande").html('<img src="img/foto15.jpg">');
		$("div#coment").html('<p>Esses são alguns dos Banners Infantis que faço.</p>');
	})
	
	$("b a").eq(1).mouseover(function(){
		$("div#grande").html('<img src="img/foto16.jpg">');
		$("div#coment").html('<p>Em meu trabalho faço diversificados tipos de Banners, porém são esses os que mais gosto de mostrar.</p>');
	})
	
	$("b a").eq(2).mouseover(function(){
		$("div#grande").html('<img src="img/foto17.jpg">');
		$("div#coment").html('<p>São muito usados em festas de aniversários, ao nascimento da criança ou até mesmo para uma simples decoração.</p>');
	})
	
	$("b a").eq(3).mouseover(function(){
		$("div#grande").html('<img src="img/foto18.jpg">');
		$("div#coment").html('<p>São Banners em auta resolução feitos em impressão digital.</p>');
	})
	
	$("b a").eq(4).mouseover(function(){
		$("div#grande").html('<img src="img/foto19.jpg">');
		$("div#coment").html('<p>Basta trazer as devidas fotos (em boa qualidade), e especificar quais são as suas preferências quanto ao tema.</p>');
	})
	
	$("b a").eq(5).mouseover(function(){
		$("div#grande").html('<img src="img/foto20.jpg">');
		$("div#coment").html('<p>Caso haja interesse, Ligue:(11) 7417-8498 - Davi.</p>');
	})
})
