#imagegallery{
	background:#F2F2F2;
	clear:left;
	padding:10px;
	min-height:600px;
	width:470px;
}


#items{
	float: left;
	width: 430px;
	border: 1px solid #DFDFDF;
	background:white;
/* 	border:1px red solid; */
	padding-left:40px;
	margin-top: 0px;
}
#items .item {
	float: left;
	padding:5px;
	position: relative;
	width: 90px;
	height:70px;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover{border: 1px solid #ddd;}
#items .item img {
	width:90px;
	height:70px;
/* border:1px red solid; */
}


#large{
	border: 1px solid #DFDFDF;
	width: 100%;
	margin-left:0%;
	margin-top: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;
	margin-top:10px;
/* 	padding-bottom:10px; */
	color:#B3B3B3;
	height:380px;
}
#items  p{display:none;}
#large .item {
	margin-top:10px;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
	height:360px;
/* border:1px red solid; */
}
#large .item img{
	max-width:450px;
	max-height: 338px;
	width:450px;
	height: 338px;
}
