.photo_list {
 	padding: 0;
 	list-style-type: none;
}
.photo_list img{
	margin-top:5px;
	border:0;
}

.photo_list li {
 	margin: 0 5px 5px 5px;
 	float:left;
	display: block;
 	width:100px;
	height:80px;
	background:url(_photo_li.gif) no-repeat;
	text-align:center;
}
.photo_list a {
 	display: block;
 	width:100px;
	height:80px;
}
.photo_list a:hover {
	background:url(_photo_li_h.gif) no-repeat;
}
.dt_title {
	font-size:15px;
	font-weight:bold;
}
.cpo {
	cursor:pointer;
}
.avatar {
 	margin: 0 5px 5px 5px;
 	float:left;
	display: block;
 	width:100px;
	height:80px;
	background:url(_photo_li_h.gif) no-repeat;
	text-align:center;
}
.avatar img {
	margin-top:5px;
	border:0;
}
