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

.gallery div {
	margin: 4px;
	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 #ccc;
	padding: 4px;
}

.gallery .upload {
	background: url(images/upload.gif) no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 14px;
}
.gallery .remove {
	background: url(images/remove.gif) no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.gallery .video {
	background: url(images/video.gif) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #666;
}
.gallery a:hover .upload, .gallery a:hover .remove {
	background-position: left -12px;
}

