/* CG EVENT STYLES */

h2.hcg {
	background: url('./images/cg_h1.png') no-repeat;
	line-height: 28px;
	width: 200px;
	text-indent: -5000px;
}

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

.gallery li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	background: url(./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: 172px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 16px;
	background: url(./images/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}