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

#largeImg {
	width: 750px;
	height: 355px;
	padding: 0px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	z-index: 5;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
}
.thumbs img:hover {
	border-color: #004D75;
}
.load {
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
