html {
	overflow-x: hidden; /* Hide horizontal scrollbar in IE */
}
html, body {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#thumbs {
	width: 112px;
}
#thumbs .placeholder {
	border: 1px dotted;
	display: block;
}
a {
	display: block;
	margin: 30px 0;
}
a.curThumb img {
	border-style: dashed;
}
img {
	width: 110px;
}
