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/gallery/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/gallery/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}

/* ---------- gallery styles start here 150 x 150 ----------------------- */
.gallery-sq {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-sq li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 160px;
	height: 160px;
	background: url(../fg/gallery/drop-shadow.png) no-repeat center bottom;
}
.gallery-sq img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery-sq a:hover img {
	border-color: #000;
}

.gallery-sq span {
	width: 152px;
	height: 150px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(../fg/gallery/glossy-gradient.png) no-repeat;
}
.gallery-sq a {
	text-decoration: none;
}

/* ---------- gallery styles start here 151 x 209 ----------------------- */
.gallery-mg {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-mg li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 160px;
	height: 219px;
	background: url(../fg/gallery/drop-shadow.png) no-repeat center bottom;
}
.gallery-mg img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery-mg a:hover img {
	border-color: #000;
}

.gallery-mg span {
	width: 152px;
	height: 209px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(../fg/gallery/glossy-gradient.png) no-repeat;
}
.gallery-mg a {
	text-decoration: none;
}
/* ---------- gallery styles 150-200----------------------- */
.gallery-150-200 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-150-200 li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 160px;
	height: 210px;
	background: url(../fg/gallery/drop-shadow.png) no-repeat center bottom;
}
.gallery-150-200 img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery-150-200 a:hover img {
	border-color: #000;
}

.gallery-150-200 span {
	width: 152px;
	height: 195px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(../fg/gallery/glossy-gradient.png) no-repeat;
}
.gallery-150-200 a {
	text-decoration: none;
}

/* ---------- gallery styles 200-150----------------------- */
.gallery-200-150 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-200-150 li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 210px;
	height: 160px;
	background: url(../fg/gallery/drop-shadow.png) no-repeat center bottom;
}
.gallery-200-150 img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery-200-150 a:hover img {
	border-color: #000;
}

.gallery-200-150 span {
	width: 202px;
	height: 145px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(../fg/gallery/glossy-gradient.png) no-repeat;
}
.gallery-200-150 a {
	text-decoration: none;
}

