@charset "ISO-8859-1";
.gallery_list {
	padding: 10px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	display: table-cell;
	clear: right;
	text-align: center;
	height: 160px;
	width: 100px;
	margin: 0;
	font: Verdana;
	font-size: 11px;
}
.gallery_detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	vertical-align: middle;
}
.gallery_detail a {
	color: #990000;
	text-decoration: none;
}
.gallery_detail a:active {
	color: #000000;
	text-decoration: none;
}
.gallery_detail a:hover {
	color: #990000;
	text-decoration: underline;
}
.gallery_detail a:visited {
	color: #990000;
	text-decoration: none;
}


.gallery_list a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #333333;
	border: none;
}
.gallery_list a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	border: none;
}
.gallery_list a:hover {
	color: #990000;
	background-color: #CCCCCC;
}
.gallery_list a {
	display: table-cell;
}

.gallery_list a:visited {
	color: #333333;
}
