#gallerycontain{
	width:549px;
	margin-left:37px;
	}

ul.thumb {
	float: left;
	list-style: none;
	margin-left: 10px; padding-top: 4px;
	width: 170px;
	display:inline;
	}

ul.thumb li {
	margin: 0; padding:3px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 76px;
	height: 76px;
	}

ul.thumb li img {
	width: 71px; height: 71px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 2px solid #fff;
	padding: 0;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	}

ul.thumb li img.hover {
	background:url(../genaw/gallery/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */
	}
	
	#main_view {
	margin-left:37px;
	float: left;
	display:inline;
	}
