#imagegallery{
	
	clear:left;
	padding:10px;
	min-height:100px;
	width:350px;
	background-color:#f3fdea;
}


#items{
	float: left;
	width: 23%;
	border: 0px solid #DFDFDF;
	background:white;
	
}
#items .item {
	float: left;
	padding:5px;
	position: relative;
	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:35px;
	
}


#large{
	/*border: 1px solid #DFDFDF;*/
	width: 300px;
	/*margin-left:34%;
	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:20px;
	margin-bottom:20px;*/
	border-width: 1px;
	cursor: default;
	text-align:center;
	width:200px;
	height:300px;
	
}
#large .item img{
	/*max-width:300px;
	max-height: 300px;*/
	width:200px;
	height:250px;
}

