@charset "utf-8";
#PhotoList {
	height: 280px;
	width: 226px;
	float: right;
	margin-left: 4px;
}
#PhotoContaner {
	height: 277px;
	width: 366px;
	float: left;
	border: 1px solid #666666;
	text-align: center;
	background-color: #666666;
}
#PhotoShowBox{
	height: 72px;
	width: 72px;
	float: left;
	text-align: center;
	padding: 0px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
}
.photoImgShow:hover img {
	border: 1px solid white;
}
.photoImgShow img{
	border: 1px solid gray;
}
.PhotoSlide{
	height: 270px;
	width: 364px;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}
#ExplorePhoto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}


