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


#wrap {
	text-align:left;
	padding:0px;
	height:auto;
	width:600px;
	margin:0px auto;
}
#limg {
	height:1%;
	width:450px;
	padding:0px;
	text-align:left;
	margin:0px;
}
#limg img {
	padding:5px;
	margin:0px auto;
	border:1px solid #aaa;
	background-color:#fff;
}
#cont {
	margin:0px -3px 0px 0px;
	padding:0px;
	height:1%;

/*Controls width of thumbnail row.*/
/*	width:500px;*/
	width:700px;
	
}
#ulthumb {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#ulthumb li {
	float:left;
	
	margin:0px 20px 0px 0px;
	width:60px;
	height:62px;
	display:block;
}
#ulthumb img {
	cursor:pointer;
	padding:1px;
	border:solid 1px #aaa;
	background-color:#fff;
}

