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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:20px 0px;
	text-align:center;
}
#wrap {
	text-align:left;
	padding:0px;
	height:auto;
	width:351px;
	margin:0px;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: auto;
}
#limg {
	height:1%;
	width:351px;
	padding:0px;
	text-align:center;
	margin:0px;
}
#limg img {
	padding:5px;
	margin:0px auto;
	border:0px solid #aaa;
	background-color:#990000;
}
#cont {
	height:1px;
	width:354px;
	margin-top: 0px;
	margin-right: -3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
}
#ulthumb {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#ulthumb li {
	float:left;
	margin:3px 3px 0px 0px;
	width:56px;
	height:56px;
	display:block;
}
#ulthumb img {
	cursor:pointer;
	padding:2px;
	border:solid 1px #aaa;
	background-color:#fff;
}
