#imagegallery{
	background:#F2F2F2;	
	padding:10px;
	width:80%;		
}


#items{
	
	width: 33%;
	border: 1px solid #DFDFDF;
	background:white;
}
#items .item {
	
	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;
	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:5px;
	margin-bottom:5px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
width:auto;
height:auto;
max-height:800px;
max-width:600px
}

