@charset "utf-8";
/* CSS Document */

#content .content-text .gallery-item{
	/*border:2px solid #C0C6B6;*/
	display:inline;
	float:left;
	height:75px;
	margin-bottom:18px;
	margin-left:7px;
	margin-right:7px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:100px;
}
	.content-text .gallery-item a {
		left:0;
		position:absolute;
		top:0;
	}
	.content-text .gallery-item a:hover{
		text-decoration:none;
		color:#000000;
	}
	.content-text .gallery-item img {
		position:relative;
		border:none;
	}
