#infoarte{
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 50px;
}
#infoarte #content{
	position: relative;
	width: 800px;
	height: 750px;
}
#infoarte #content #cntnr_imagens img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
#infoarte #content #cntnr_imagens img:first-child {
	opacity: 1;
}
#infoarte #content #cntnr_candidatos .cand{
	/*cursor: pointer;*/
	position: absolute;
	background: transparent;
	z-index: 2;
}
#infoarte #content #cntnr_candidatos #crivella.cand{
	height: 158px;
    right: 78px;
    top: 278px;
    width: 195px;
}
#infoarte #content #cntnr_candidatos #garotinho.cand{
	height: 212px;
    left: 473px;
    top: 63px;
    width: 173px;
}
#infoarte #content #cntnr_candidatos #lindbergh.cand{
	height: 211px;
    left: 284px;
    top: 10px;
    width: 152px;
}
#infoarte #content #cntnr_candidatos #pezao.cand{
	bottom: 51px;
    height: 206px;
    left: 277px;
    width: 149px;
}
#infoarte #content #cntnr_candidatos #tarcisio.cand{
	bottom: 56px;
    height: 245px;
    right: 157px;
    width: 198px;
}