/* CSS Document - Thumbnails */

#thumbNail {
	width: 80%; /* the width of the thumbnail block */
	text-align: center;
	margin: 0 auto;
}
#thumbNail ul li {
	list-style: none;
	float: left;
}
#thumbNail a img {
	border: 1px solid #ad1f24 ;
	margin: 5px;
}


#thumbNail2 {
	width: 90%; /* the width of the thumbnail block */
	text-align: center;
	margin: 0 auto;
}
#thumbNail2 ul li {
	list-style: none;
	float: left;
}
#thumbNail2 a img {
	border: 1px solid #ad1f24 ;
	margin: 5px;
}