@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px 0px;
	text-align:center;
	color: #333333;
}

#wrap {
	text-align:left;
	padding:0px;
	height:auto;
	width:610px;
	margin:0px auto;
	position: relative;
	left: -20px;
}
#limg {
	height:1%;
	width:600px;
	padding:0px;
	text-align:center;
	margin:0px;
}
#limg hr {
	color: #E1E1E1;
	padding-left: 4px;
}
#limg img {
	padding:5px;
	margin:0px auto;
	border:1px solid #EEEEEE;
	background-color:#EEEEEE;
}
#cont {
	margin:0px -3px 0px 0px;
	padding:0px;
	height:1%;
	width:600px;
}
#ulthumb {
	list-style:none;
	list-style-type:none;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#ulthumb li {
	float:left;
	width:92px;
	height:65px;
	display:block;
	background-color: #EEEEEE;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #EEEEEE;
}
#ulthumb li:hover {
	background-color: #E7E9F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #CC9900;
}

#ulthumb img {
	cursor:pointer;
	padding:2px;
	border:solid 1px #aaa;
	background-color:#EEEEEE;
}
