#gallery{
	width: 720px;
	height: 345px;
	/*border: 1px solid #333333;
	background-color: #FFFFFF;*/
}

#gallery #thumbsHolder{
	float: left;
	/*background-color: #FFFFFF;*/
	text-align: center;
	width: 318px;
	height: 345px;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	
}

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

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

#gallery #imgHolder{
	float: left;
	text-align: center;
	width: 400px;
	height: 345px;
	border: 0px solid #777777;
}

#gallery #imgHolder img{
	max-height: 271px;
	max-width: 350px; 
}
