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

.text_wrapper {
	margin-top:1em;
}

.gallery_wrapper {
	width:99%;
	min-height:220px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border:medium;
/*	background-color:#EEE; */
}

dl.gallery {
	border:1px solid #000;
	background-color:#FFF;
	width:19%;
	height:200px;
	text-align:center;
	padding:12px;
	float:left;
	margin-left:1%;
	margin-top:1px;
	margin-bottom:10px;
}

dl.gallery:hover {
	border-color:#CC0066;
	background-color:#f6f6f6;
}

dt {
	clear:both;
}

dt img {
/*	margin:0 10px 10px 10px; */
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:solid 1px #ccc;
	background-color:#FFF;
	width:99%;
	max-width:120px;
}

.gallery dd {
	margin-left:auto;
	margin-right:auto;
	font-weight:bolder;
	max-width:120px;
	margin-top:8px;
}

.gallery dd a {
	text-decoration:none;
}

.gallery dd a:link {
	text-decoration:none;
}

.gallery dd a:visited {
	text-decoration:none;
}
