/* CSS Document */

img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 20px 5px 5px;
	padding: 8px;
	float: left;
	position: relative;
	width: 135px;
	border: 1px solid #CCCCCC;
}
.gallery span {
	background: url(picture/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 40px;
	top: -12px;
}
.gallery em {
	display: block;
	padding: 0 0px 0 0;
	text-align: center;
	color: #006666;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
