@charset "UTF-8";
/* CSS Document */


#thumbs div {
	margin-right: 5px;
	float: left;
	width: 296px;
	height: 130px;
	border: 4px solid #fff;
	position: relative;
	overflow: hidden;
}
#thumbs img {
	position: absolute;
	height: 216px;
	left: 11px;
	top: 13px;
	width: 277px;
}


.spacers {
	float: left;
	height: 145px;
	width: 25px;
}
#home #wrapper #indexcontainer #thumbsholder #thumbs .spacers {
	width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 145px;
	float: left;
}
