/* CSS Document */
/* ---------- album styles start here ----------------------- */
.album {
	list-style: none;
	margin: 0;
	padding: 0;
}
.album li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 185px;
	height: 130px;
}
.album li:hover img {
	border-color: #000;
}
.album img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	width:175px;
	height:125px;
}
.album em {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
.album a {
	text-decoration: none;
}
.album span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(../system_images/album/paper-clip-mini.png) no-repeat;
	z-index: 3;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	width:170px;
	height:120px;
}
.gallery span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: -12px;
	left: 90px;
	background: url(../system_images/album/pin.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
