#GALLERY {
	width: 	895px;
	position: relative;
	overflow: hidden;
}
#GALLERY li {
	width: 285px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
#GALLERY li.last {
	margin-right: 0px;	
}
#GALLERY li a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	height: 184px;
	overflow: hidden;
}
#GALLERY li a:hover { text-decoration: none; }
#GALLERY li a div {
	position: relative;
	background: transparent url(../images/art/bg-modal-70.png) top left repeat;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	word-spacing: 0.25em;
	padding: 0 5px;
	z-index: 9999;
}
#GALLERY li a.stub { border: solid 1px #ccc; }


#GALLERY li a.stub.green { background-color: #B5E09C; }
#GALLERY li a.stub.red { background-color: #DAEAA2; }
#GALLERY li a.stub.purple { background-color: #C1E0AE; }

#GALLERY li a.stub.green { background-color: #9AB152; }
/*
#GALLERY li a.stub.red { background-color: #5B741D; }
#GALLERY li a.stub.purple { background-color: #3F5E13; }
*/
