#gallery{
	width: 880px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

#gallery #thumbsHolder{
	float: left;
	background-color: #CDCDCD;
	text-align: center;
	width: 370px;
	padding: 10px;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	
}

#gallery #thumbsHolder .thumb{
	text-align: center;
	float: left;
	height: 90px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #EFEFEF;
	background-color: white;
}

#gallery #thumbsHolder img{
	width: 90px;
	height: 90px;
	max-width: 90px; 
	cursor:pointer;
	margin: 0px;
	padding: 0px;
}

#gallery #imgHolder{
	float: left;
	text-align: center;
	width: 478px;
	padding: 5px;
	border: 0px solid #777777;
}

#gallery #imgHolder img{
	max-height: 300px;
	max-width: 400px; 
}