/* ---------- gallery styles start here ----------------------- */
#gallery {
    padding-top: 6px;
    }
    
#gallery div.g_box {
	margin: 15px 7px 5px 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 105px;
	height: 75px;
}
#gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
#gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 14px;
	background: url(../../images/gallery/tape.png) no-repeat;
}
#gallery a {
	text-decoration: none;
}