#imagegallery{
	background:#F2F2F2;
	padding:4px;

}


#items{
	clear: both;
	width: 350px;
	border: 1px solid #DFDFDF;
	background:white;
}
#items .item {
	float: left;
	padding:5px;
	position: relative;
	width: 60px;
	height:45px;
	margin: 3px 7px 3px 7px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover{border: 1px solid #ddd;}
#items .item img {
	width:60px;
	max-height:45px;
}


#large{
	border: 1px solid #DFDFDF;
	width: 350px;
	background-color: #fff;
	text-align:center;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items  p{display:none;}
#large .item {
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:600px;
	max-height: 600px;
}

