.comm-list > li{
	border-bottom: 1px solid #ccc;
}
.comm-body > div {
  margin: 10px 0;
}
.comm-imgs {
    overflow: hidden;
}
.comm-imgs > li {
    float: left;
    margin: 3px;
    
    height: 40px;
    width: 40px;
    overflow: hidden;
}
.comm-imgs img {
    height: 100%;
    width: 100%;
}
.comm-imgs li:hover,
.comm-imgs li.curr{
	 border: 2px solid red;
}
.comm-body{
	margin-left:100px;
}
.user-info{
	width:100px;
	overflow: hidden;
	text-align: center;
	float:left;
}
.user-name{
	width:100%;
	overflow: hidden;
}
.user-img{
	width:40px;
	height:40px;
	margin:0px auto;
	background:url("../../img/avatar-40.png") no-repeat ;
}
.comm-other{
	color: #b0b0b0;
    font-size: 12px;
}
#imageViewer{
	display:none;
	overflow: hidden;
	border: 1px solid #ccc;
	padding:3px;
	width:410px;
}
#imageViewer dt{
	overflow: hidden;
}
#imageViewer dt a{
	float:left;
	color: #606060;
	margin-right:7px;
}
#imageViewer dt i{
	display:block;
	width:12px;
	float:left;
	margin-top:5px;
	height:12px;
	background:url("../../img/img-viewer-icon.png") no-repeat ;
}
#imageViewer dt .hide i{
	background-position: -7px -38px;
}
#imageViewer dt .open i{
	background-position: -35px -38px;
}
#imageViewer dd img{
	width:400px;
	height:400px;
	margin:0 auto;
}

.pagingbar{
	text-align: center;
  	margin: 10px auto;
}
.pagingbar a{
	margin:0 8px;
}
.comm-other > span {
  margin: 0 5px;
}