#imagegallery{
width: 500px;

	padding: 5px;
	min-height:480px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #666666;
}
#items{
	float: left;
	width: 170px;
}
#items .item {
	float: left;
	position: relative;
	width: 50px;
	height: 75px;
	cursor: pointer;
	margin: 2px;
	border: 1px solid #333333;
}
#items .item:hover{border: 1px solid #d4af37;}
#items .item img {
	width: 50px;
	max-height: 75px;
}
#large{
	width: 300px;
	margin-left: 195px;
	text-align: center;
	font-family: Arial, Verdana, Sans-serif;
	font-size:.9em;
	padding: 0;
	border: 1px solid #666666;
	margin-top: 10px;
}
#large .info{
	font-size: 1em;
	text-align: center;
	
	padding: 5px;
	color:#ffffff;
	background-color: #333333;
	border: 1px solid #cccccc;
}
#items  p{display:none;}
#large .item {
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width: 300px;
	max-height: 450px;
	padding-top: 0;
}
