#imagegallery{
	background:#ffffff;
	clear:left;
	padding:0px;
	min-height:368px;
}


#items{
	float: left;
	width: 180px;
	border: 1px solid #DFDFDF;
	background:white;
}
#items .item {
	float: left;
	padding:5px;
	position: relative;
	width: 75px;
	height: 80px;
	margin: 0px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover{border: 1px solid #ddd;}
#items .item img {
	width:75px;
	max-height:80px;
}


#large{
	border: 1px solid #DFDFDF;
	width: 390px;
	height: 368px;
	margin-left:181px;
	background-color: #fff;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:14px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:12px;
	color:#999999;
	padding-top:100px;
}
#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:400px;
	max-height: 368px;
}

