#imgagegallery{
	width: 700px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 22px;
	color: #0A927E;
	font-weight: normal;
}


#items{
	background:white;
	float: left;
}
#items .item {
	position: relative;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	display: block;
	width: 70px;
	padding: 1px 3px 1px 1px;
}
#items .item:hover{
}
#items .item img {
	border: 1px solid #ddd;
	width:70px;
	max-height:45px;
}

#large img {
	max-width:500px;
}


#large{
	background-color: #fff;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
	width: 500px;
	margin-left: 93px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#0A927E;
}
#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:500px;
}
.info {
	color: #0A927E;
}

