﻿.NoLink {
	 color: #333;
}
.NoLink:hover {
	 color: #333;
	 text-decoration: none;
	 cursor: default;
}

/* 标题 */
#All {
	 margin: 0px auto;
	 padding: 0px 50px;
}
#Title h1,#Title h1 a{
     font-size: 20px;
	 margin-bottom: 5px;
	 color: #333;
	 text-decoration: none;
	 cursor: default;
	 border-bottom: 1px solid #CCCCCC;
	 padding-bottom: 10px;
}
#Title h1 a{
	 border-bottom: none;
}
.Photo {
     border: 1px solid #aaa; 
	 margin: 3px; 
	 float: left; 
	 padding: 5px;
	 _height: 200px; /* IE6 */
}
.Photo img{
     height: 150px;
	 width: 150px;
	 border: 0px;
}
.Photo p{
     text-align: center;
	 width: 150px;
	 white-space: nowrap;
     text-overflow:ellipsis;
	 overflow:hidden;
}

