.gallery{
	width: 620px;
	height: 420px;
	overflow: hidden;
}


.gallery #picture { 
	width: 400px; 
	height: 370px; 
	float: left; 
	margin: 0 0 30px 0;
	font-size: 1px;
	line-height: 370px;
}
.gallery #picture img {
	max-width: 375px;
	vertical-align: middle; 
}

.gallery #thumbs {
	float: left;
	display: block;
	width: 130px;
	margin-left: 15px;
	overflow: hidden;
	
}
.gallery #thumbs ul {
	height: 100%;
}
.gallery #thumbs ul li {
	float: left;
	height: 80px;
	width: 80px;
	line-height: 80px;
	font-size: 1px;
	margin-bottom: 5px;
}

.gallery #picture,
.gallery #thumbs ul li{
	margin-top: 2px;
	margin-left: 2px;
	-moz-box-shadow: 0 0 3px #AAAAAA;
	-webkit-box-shadow: 0 0 3px #AAA;
	box-shadow: 0 0 3px #AAA;
	border: 1px solid white;
	background: #ffffff;
	text-align: center;
	overflow: hidden;
}
.gallery #thumbs ul li img {
	max-width: 80px; 
	vertical-align: middle;  
	cursor:pointer; 
	border:1px solid #fff;
}
.gallery #thumbs ul li img:hover { border:1px solid #ddd; }