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


#items{
	float: left;
	width: 32%;
	border: 1px solid #DFDFDF;
	background:white;
	height: 475px;
	color: #000000;
}

#items .item {
	float: left;
	padding:5px;
	position: relative;
	width: 40px;
	height:52px;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover{border: 1px solid #ddd;}
#items .item img {
	width:39px;
	max-height:50px;
}
#large{
	border: 1px solid #DFDFDF;
	width: 66%%;
	margin-left:34%;
	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;
}
#items  p{
	display:none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
#large .item {
	margin-top:20px;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:600px;
	max-height: 600px;
}

ul {
	list-style-image: none;
	list-style-type: none;
}

li {
	list-style-image: none;
	display: inline;
	margin-left: 25px;
	margin-right: 25px;
}

#nav {
	width: 285px;
	height: 30px;
	clear: left;
	padding-right: 15px;
	padding-left: 15px;
}

#evanText {
	padding: 10px;
	width: 275px;
}

#items1{
	float: left;
	width: 32%;
	border: 1px solid #DFDFDF;
	background:white;
	height: 670px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
}

#items1 .item {
	float: left;
	padding:5px;
	position: relative;
	width: 72px;
	height:96px;
	margin: 5px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}

#items1  p{
	display:none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1px;
}

#items1 .item:hover{border: 1px solid #ddd;}

#items1 .item img {
	width:72px;
	max-height:96px;
}

#items  p{
	display:none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}