#imagegallery{
	background:#FfFfFf;
	clear:left;
	padding:0px;
	min-height:250px;
}

#items{
	border: 1px solid #DFDFDF;
	width: 100%;
	background:white;
}
#items .item {
	float: left;
	padding:5px;
	position: relative;
	width: 52px;
	margin: 2px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover { border: 1px solid #ddd; }
#items .item img {
	width:50px;
	max-height:60px;
}


#large{
	border: 1px solid #DFDFDF;
	width: 100%;
	margin-left: 0px;
	background-color: #fff;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:2px;
	color:#B3B3B3;
}
#items  p{display:none;}
#large .item {
	margin-top: 5px;
	margin-bottom:5px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img {
	max-width:470px;
	max-height: 470px;
}

