#webThumb_Container {
	height: auto;
	width: 100%;
	padding-top: 15px;
	text-align: center;
	float: left;
}
#webThumbImg {
	height: auto;
	width: 100px;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
#webImageBig {
	height: auto;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
#webImageDescript {
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#webThumbSelect {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	border-top-style: none;
	border-bottom-style: none;
}

