.gallery {
	float:left;
	display:inline;
	width:650px;
	margin-left:5px;
}
.gallery_col {
	float:left;
	display:inline;
	width:132px;
	margin:0 25px 25px auto;
}
.gallery_pict {
	float:left;
	width:132px;
	height:135px;
	background:transparent url(../../images/backs/gallery.gif) 0px 0px no-repeat;
	cursor:pointer;
}
.gallery_inner {
	float:left;
	width:118px;
	height:118px;
	background:transparent center top no-repeat;
	margin:6px auto auto 6px;
}
.gallery_com {
	float:left;
	display:inline;
	color:#009d4a;
	font-size:11px;
	padding:5px;
	width:122px;
}
