#item { display: block; position: relative; width: 100%; margin: 0 auto; }

    /* titulo */
    #item div.title { display: block; position: relative; height: 50px; width: 65%; margin: 0 auto; padding: 0 35px; }
        #item div.title h1 { display: block; position: relative; height: 48px; line-height: 24px; margin: 0; font-size: 18px; color: #dee345; text-align: center; overflow: hidden; }
		#item div.title span { display: block; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -75px; width: 150px; height: 0; border-bottom: 2px solid #d0d2d2; }

	/* categorias */
	#item div.categories { display: block; position: absolute; top: -75px; left: 200px; width: 1000px; height: 30px; margin: 0; overflow: hidden; }
		#item div.categories a { display: block; position: relative; line-height: 30px; color: #a6a8ab; font-size: 13px; text-decoration: none; float: left; margin: 0 40px 0 0; }
		#item div.categories a:hover { color: #dee345; }
		#item div.categories a.selected { color: #dee345; }

    /* fotos */
    #item div.photos { display: block; position: relative; width: 700px; height: 292px; margin: 30px auto 0 auto; }
		#item div.photos a { display: none; position: absolute; border: 1px solid #ffffff; overflow: hidden; }
		#item div.photos a:hover { border-color: #dee345; }
        #item div.photos a:nth-child(1) { display: block; top: 0; left: 140px; width: 182px; height: 182px; border-width: 5px; border-radius: 100%; }
		#item div.photos a:nth-child(2) { display: block; top: 45px; left: 375px; width: 54px; height: 54px; border-width: 2px; border-radius: 100%; }
		#item div.photos a:nth-child(3) { display: block; top: 70px; left: 475px; width: 70px; height: 70px; border-width: 3px; border-radius: 100%; }
		#item div.photos a:nth-child(4) { display: block; bottom: 0; left: 350px; width: 98px; height: 98px; border-width: 4px; border-radius: 100%; }
		#item div.photos a:nth-child(5) { display: block; bottom: 30px; left: 270px; width: 47px; height: 47px; border-width: 2px; border-radius: 100%; }
			#item div.photos a img { display: block; position: relative; width: 100%; height: 100%; }

	/* titulo */
	#item h1 { display: block; position: relative; margin: 30px auto 0 auto; text-align: center; line-height: 25px; font-size: 22px; color: #a6a8ab; }

	/* separador */
	#item span { display: block; position: relative; width: 32px; height: 26px; margin: 20px auto 0 auto; background: transparent url(../../../../../src/img/item/separator.png) no-repeat; }

	/* texto */
	#item p.text { display: block; position: relative; margin: 20px auto 0 auto; width: 700px; font-size: 18px; line-height: 23px; text-align: justify; color: #a6a8ab; }

	/* topicos */
	#item div.topics { display: block; position: relative; width: 700px; margin: 20px auto 0 auto; }
		#item div.topics p { display: block; position: relative; font-size: 14px; line-height: 23px; text-align: center; color: #a6a8ab; }

	/* voltar */
	#item a.prev { display: block; position: relative; margin: 50px auto 0 auto; width: 700px; font-size: 14px; line-height: 23px; text-align: left; color: #ffffff; text-decoration: none; }
	#item a.prev:hover { text-decoration: underline; }