#imagegallery{
	background:#ffffff;
	clear:left;
	padding:2px;
	min-height:200px;
}

#items{
	float: left;
	width: 75%;
	border: 0;
	background:white;
}
#items .item {
	float: left;
	padding:0px;
	position: relative;
	width: 75px;
	height:73px;
	margin: 0;
	background-color: #fff;
	cursor: pointer;
	border: 0;
}
#items .item:hover{
	border: 0;}

#items .item img {
	width:75px;
	max-height: 73px;
}

#large{
	border: 0;
	width: 100%;
	margin-left: 0;
	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;
}

#large .item img{
	max-width: 600px;
	max-height: 600px;
}