.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	margin-right: 40px;
}

.gallery li.last {
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	margin-right: 0;
}

.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.gallery span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.gallery .send-postcard {
	width: 180px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	top: 150px;
	left: 0;
}

.gallery .send-postcard a {
	background: url(/assets/layout/postcard-icon.png) left no-repeat;
	padding-left: 25px;
	height: 14px;
	line-height: 14px;
}

.gallery .time {
	width: 180px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	top: 175px;
	left: 0;
	background: url(/assets/layout/time-icon.png) left no-repeat;
	padding-left: 25px;
	height: 24px;
	line-height: 24px;
}

.gallery .favorite {
	background: url(/assets/layout/favorite.gif) no-repeat;
}
.gallery .photo {
	background: url(/assets/layout/photo.gif) no-repeat;
}
.gallery .video {
	background: url(/assets/layout/video.gif) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #666;
}
.gallery a:hover span {
	background-position: left -22px;
}
