#imagegallery{
	background: #F2F2F2;
	clear: left;
	padding: 0px 2px 0px 0px;
	min-height: 18px;
}


#items{
	float: left;
	width: 100%;
	border: 1px solid #DFDFDF;
	background: white;
}
#items .item {
	float: left;
	padding: 0px;
	position: relative;
	width: 59px;
	height: 35px;
	margin: 0px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid black;
}
#items .item:hover{border: 1px solid #ddd;}
#items .item img {
	width: 59px;
	height: 35px;
}
#items .captions {
	float: left;
	position: relative;
	width: 59px;
	height: 18px;
	margin: 0px;
	background-color: #fff;
	border: 1px solid white;
}
#items .captions p {
	width: 59px;
	height: 18px;
	margin: 0px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: black; /* #B3B3B3; */
}

.mnudmyimg{
display: none;
visibility: hidden;
}

img.mnudmyimg {
display: none;
visibility: hidden;
}

a.mnudmyimg {
display: none;
visibility: hidden;
}


#large{




	width: 66%;
	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;
	/*margin-left: 12px;*/
}
/*#items  p{display:none;}*/
#large .item {
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 0px;
	cursor: default;
	text-align: center;
}
#large .item img{
	max-width: 520px;
	max-height: 520px;
}

