div#gallery-imgViewer{
	height:190px;
}
#img_list{
	width:200px;
	height:70px;
	overflow:auto;
}
.jakk-gallery{
	margin:5px 0 0 0;
	padding:0;
	display:table;
}
.jakk-gallery td{
	width:30px;
	height:30px;
	border:solid 1px #999999;
	text-align:center;
	cursor:pointer;
}
.jakk-gallery td.active{
	border:solid 1px #990000;
}
.clr{
	clear:both;
}
