#imagegallery{
	background:#F2F2F2;
	/*padding:3px;*/
	width:390px;
	height: 348px;
	min-height:200px;
	margin-top: 9px;
	margin-left: 8px;
	/*border-style: dashed;
	border-width: 1px;
	border-color: blue;*/
}


#items{
	width: 391px;
	height: auto;
	min-height: 72px;
	border: 1px solid #DFDFDF;
	background:white;
	margin:	6px 0 0 8px;
}
#items .item {
	float: left;
	padding:1px;
	position: relative;
	/*display: inline;*/
	width: 52px;
	height:52px;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}

#items .item:hover{border: 1px solid #ddd;}

#items .item img {
	width:50px;
	max-height:45px;
}


#large{
	/*border: 1px solid #DFDFDF;*/
	width: 390px;
	height: 345px;
	padding: 2px;
	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;
	color:#B3B3B3;
}
#items  p{display:none;}

#large .item {
	margin:6px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:378px;
	max-height: 334px;
}

