img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery b{
	position: absolute;
	top: 135px;
	padding-top:3px;
	left: 30px;
	z-index: 5;
	background-image:url(../images/setinha_nome_galeria.png);
	background-repeat:no-repeat;
}

.gallery li {
	margin: 20px 10px 5px;
	float: left;
	position: relative;
	width: 186px;
	height: 162px;
}
.gallery .bg {
	background: url(../images/polaroid-short.png) no-repeat;
	width: 186px;
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
}
.gallery em {
	width: 120px;
	_width: 130px;
	display: block;
	padding: 10px;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(../images/tape2.png) no-repeat;
	position: absolute;
	top: -17px;
	left: 30px;
	z-index: 3;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}

.gallery img {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	height: 121px;
}
