img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 160px;
	height: 123px;
	background: url(../fg/images/drop-shadow.png) no-repeat center bottom;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery a:hover img {
	border-color: #000;
}

.gallery span {
	width: 152px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(../fg/images/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
/* ---------- gallery styles start here JOURNAL----------------------- */
.gallery-journal {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-journal li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 160px;
	height: 222px;
	background: url(../fg/images/drop-shadow.png) no-repeat center bottom;
}
.gallery-journal img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery-journal a:hover img {
	border-color: #000;
}

.gallery-journal span {
	width: 152px;
	height: 199px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(../fg/images/glossy-gradient.png) no-repeat;
}
.gallery-journal a {
	text-decoration: none;
}
