#imgDiv {
	width:100%;
	height:350px;
	text-align: center;
	vertical-align: middle;
}

#imgDiv img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 1px solid white;
}

.imgThumb{
	width:100px;
	height:100px;
	padding: 10px;
	float: left;
}

.imgThumb img{
	border: 1px solid white;
}

.imgThumbSelected{
	border: 1px solid red !important;
}
