$(function(){
	$("b a").mouseover(function(e){
	e.preventDefault();
	})
												  
	$("b a").eq(0).click(function(){
		$("div#grande").html('<img src="img/foto33.jpg">');
		$("div#coment").html('<a href="http://www.universoadesivos.com.br"  target="blank">www.universoadesivos.com.br</a>');
	})
	
	$("b a").eq(1).click(function(){
		$("div#grande").html('<img src="img/foto34.jpg">');
		$("div#coment").html('<a href="http://www.aspantec.com.br" target="blank">www.aspantec.com.br</a>');
	})
	
	$("b a").eq(2).click(function(){
		$("div#grande").html('<img src="img/foto35.jpg">');
		$("div#coment").html('<a href="http://www.comdecor.com.br" target="blank">www.comdecor.com.br</a>');
	})
	
	$("b a").eq(3).click(function(){
		$("div#grande").html('<img src="img/foto46.jpg">');
		$("div#coment").html('<a href="http://www.decorsigns.com.br" target="blank">www.decorsigns.com.br</a>');
	})
	
	$("b a").eq(4).click(function(){
		$("div#grande").html('<img src="img/foto47.jpg">');
		$("div#coment").html('<a href="http://www.emtempotransportes.com.br" target="blank">www.emtempotransportes.com.br</a>');
	})
	
	$("b a").eq(5).click(function(){
		$("div#grande").html('<img src="img/foto36.jpg">');
		$("div#coment").html('<a href="http://www.klservice.com.br" target="blank">www.klservice.com.br</a>');
	})
	
	$("b a").eq(6).click(function(){
		$("div#grande").html('<img src="img/foto37.jpg">');
		$("div#coment").html('<a href="http://www.ismaelalves.com.br" target="blank">www.ismaelalves.com.br.com.br</a>');
	})
	
	$("b a").eq(7).click(function(){
		$("div#grande").html('<img src="img/foto38.jpg">');
		$("div#coment").html('<a href="http://www.barrametal.com.br" target="blank">www.barrametal.com.br</a>');
	})
	
	$("b a").eq(8).click(function(){
		$("div#grande").html('<img src="img/foto39.jpg">');
		$("div#coment").html('<a href="http://www.edufotoevideo.com" target="blank">www.edufotoevideo.com</a>');
	})
	
	$("b a").eq(9).click(function(){
		$("div#grande").html('<img src="img/foto40.jpg">');
		$("div#coment").html('<a href="http://www.borghiportoes.com.br" target="blank">www.borghiportoes.com.br</a>');
	})
	
	$("b a").eq(10).click(function(){
		$("div#grande").html('<img src="img/foto41.jpg">');
		$("div#coment").html('<a href="http://www.ivce.com.br" target="blank">www.ivce.com.br</a>');
	})
	
	$("b a").eq(11).click(function(){
		$("div#grande").html('<img src="img/foto42.jpg">');
		$("div#coment").html('<a href="http://www.celiabuffetdecoracoes.com.br" target="blank">www.celiabuffetdecoracoes.com.br</a>');
	})
	
	$("b a").eq(12).click(function(){
		$("div#grande").html('<img src="img/foto43.jpg">');
		$("div#coment").html('<a href="http://www.limpadoragolbema.com.br" target="blank">www.limpadoragolbema.com.br</a>');
	})
	
	$("b a").eq(13).click(function(){
		$("div#grande").html('<img src="img/foto44.jpg">');
		$("div#coment").html('<a href="http://www.angelluminosos.com.br" target="blank">www.angelluminosos.com.br</a>');
	})
	
	$("b a").eq(14).click(function(){
		$("div#grande").html('<img src="img/foto45.jpg">');
		$("div#coment").html('<a href="#">www.propcom.com.br</a>');
	})
})
