/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 8px;
	background: url(/images/polaroid.png) no-repeat;
	float: center;
	position: relative;
	width: 186px;
}
.gallery span {
	background: url(/images/tape2.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}
.gallery em {
	display: block;
	text-align: center;
	color: #FFFFFF;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

