.around_gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 753px;
	border: 1px solid #cfe4d3;
	padding-left:10px;
}
.gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.gallery_td .aaa{
	position: relative;
}
.gallery li {
	width: 175px;
	float: left;
	margin-right: 14px;
	margin-bottom: 15px;
}
.gallery li a {
	color: #009966;
	/*text-transform: uppercase;*/
}
.gallery li.last {
	margin-right: 0px;
}
.gallery li.title {
	float: none;
	clear: both;
	width: 600px;
	padding-top: 15px;
	margin-bottom: 0px;
}
.gallery li .image_border {
	display: block;
	border: 1px solid #c4c4c4;
	height: 175px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}

.corner {
	width: 9px;
	height: 8px;
	position: absolute;
}
.corner.c_lt {
	top: 0;
	left: 0;
	background: url('/img/c_lt.gif');
}
.corner.c_lb {
	bottom: -2px;
	left: 0;
	background: url('/img/c_lb.gif');
}
.corner.c_rt {
	top: 0;
	right: -660px;
	background: url('/img/c_rt.gif');
}
.corner.c_rb {
	bottom: -2px;
	right: -660px;
	background: url('/img/c_rb.gif');
}
