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

.gallery div {
	margin: 3px;
	float: left;
	position: relative;
	padding: 0px;
}

.gallery em {
	width: 120px;
	height: 14px;
	color: #000;
	background: transparent;
	background-image: url(images/tape.png);
	font-style: normal;
	font-size: 10px;
	padding-left:4px;
	display: block;
	position: absolute;
	top: 4px;
	left: -3px;
	background-repeat: no-repeat;
}
.gallery img {
	background: #fff;
	border: solid 1px #828282;
	padding: 0px;
}

.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #000;
}
.gallery a:hover .upload, .gallery a:hover .remove {
	background-position: left -12px;
}

