.thumbscontainer {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	height: 430px;
	overflow: hidden;	
}

.thumbscontainer ul li {
	list-style: 		none;
	float: 				left;
	display: 			block;
	list-style-image: 	none !important;
	margin-right: 10px !important;
	width: 90px !important;
	margin-bottom: 10px !important;
}
.thumbscontainer ul li.last {
	margin-right: 0 !important;
}
.thumbscontainer ul.last li {
	margin-bottom: 0 !important;
}

.thumbscontainer ul {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
	clear: 				both;
}
.thumbscontainer ul li img {
	border:				none;
	margin:				0 !important;
	width: 90px;
	height: 90px;
}
.thumbscontainer ul li a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}

.thumbnail {
width: 90px;
height: 90px;
}