

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.info_message .message .gallery H2 {
 FONT-WEIGHT: bold; 
 FONT-SIZE: 13px; 
 PADDING-BOTTOM: 5px; 
 COLOR: #000; 
 PADDING-TOP: 0px; 
 FONT-FAMILY: Arial, Helvetica, sans-serif; 
 LETTER-SPACING: -1px
}
.gallery li {
	margin: 8px 2px;
	padding: 0 5px;
	float: left;
	width: 168px;
	height: 142px;
	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: 12px;
	background: url(images/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
