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

#image{
	display: table;
	overflow: scroll;
}
#image .box{
	float: left;
	text-align: center;
	display: block;
}
#image .thumb{
	width: 150px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	display: block;
	height: 120px;
}
#image img{
	padding: 1px;
	border: 4px solid #F3F3F3;
	overflow: scroll;
}
#image h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}