#imagegallery{
	background:#F2F2F2;
	width:610px;
	clear:left;
	padding:10px;
	min-height:200px;
}


#items{
	/*float: left;*/
	width: 605px;
	border: 1px solid #DFDFDF;
	background:white;
}
#items .item {
	float: left;
	padding:5px;
	position: relative;
	width: 85px;
	height:85px;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover{
	border:1px solid #ddd;
}
#items .item img {
	width:85px;
	max-height:85px !important;
	height:85px;
}


#large{
	border: 1px solid #DFDFDF;
	width: 605px;
	min-height:350px;
	background-color: #fff;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items  p{display:none;}
#large .item {
	margin-top:10px;
	margin-bottom:10px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:600px;
	max-height: 600px;
}
