#indice p, #indice ul, #indice ol {
	line-height:inherit;
	margin:0 0 1.5em 0;
}

#indice ul, #indice ol {padding:0;}

#indice ul ul, #indice ul ol, #indice ol ol, #indice ol ul {margin:0;}

#indice li {
	margin:0 0 0 2em;
	padding:0;
	display:list-item;
	list-style-position:outside;
}

#indice h3, #indice p {
	text-align:center;
}

#indice {
	font-size:12px;
	background:#fff;
	margin:0 auto;
	margin-bottom:30px;
	width:748px;
	height:520px;
	text-align:left;
	position:relative;
	padding:2em 0;
}
	
#indice table, #indice li {
	font:1em Helvetica, Arial, Sans-Serif;
	line-height:1.5em;
	color:#333;
}

#indice a, #indice a:visited {
	text-decoration:none;
	color:#06C;
}

#indice a:hover {color:#999;}

ul#items {
	margin:1em 0;
	width:auto;
	height:520px;
	overflow:hidden;
}

ul#items li {
	list-style:none;
	float:left;
	height:250px;
	width:179px;
	overflow:hidden;
	margin:0 4px 8px;
	background:#DBDAE0;
	color:#fff;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #777;
	-webkit-box-shadow:0 1px 1px #777;
	box-shadow:0 1px 1px #777;
	color:#555;
}

ul#items li:hover {color:#333;}

ul#items li .imagem {
	margin:20px 20px 10px 20px;
	width:135px;
	height:150px;
	overflow:hidden;
	border:2px solid #fff;
	-moz-box-shadow:0 1px 1px #bbb;
	-webkit-box-shadow:0 1px 1px #bbb;
	box-shadow:0 1px 1px #bbb;
}

ul#items li .imagem img {
	border:none;
}

ul#items h3 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin:.25em 0;
	text-shadow:#f1f1f1 0 1px 0;
}

ul#items .info {
	color:#999;
	text-shadow:#f1f1f1 0 1px 0;
}

ol#pagination {
	position:relative;
	text-align:center;
}

ol#pagination li {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../_imagens/bg_buttons.png) no-repeat 0 0;
	text-align:left;
	text-indent:-8000px;
	list-style:none;
	cursor:pointer;
	margin:0 2px;
}

ol#pagination li:hover {background:url(../_imagens/bg_buttons.png) no-repeat 0 -16px;}

ol#pagination li.current {
	color:#f00;
	font-weight:bold;
	background:url(../_imagens/bg_buttons.png) no-repeat 0 -32px;
}

ol#pagination li.prev, ol#pagination li.next {
	position:absolute;
	top:-285px;
}

ol#pagination li.prev {left:-30px;background:url(../_imagens/bg_buttons.png) no-repeat 0 -64px;}

ol#pagination li.next {right:-30px;background:url(../_imagens/bg_buttons.png) no-repeat 0 -48px;}

