/* CSS Document */

#mainContainer{
	position:relative;
	top: 0px;
	width: 400px;
	height: 310px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
	.imgSmall {
	height: 135px;
	width: 180px;
	border: 4px double #FFFFFF;
}
	.imgThumbnail {
	height: 90px;
	width: 120px;
	border: 4px double #FFFFFF;
}
