/* CSS Document */

  #pictures {
    margin: 15px auto;
	width: 520px;
	list-style: none;
}
  #pictures li {
    margin-bottom: 10px;
	width: auto !important; width: 25px;
	min-width: 25px;
	max-width: 110px;
	height: 130px;
	list-style: none;
	line-height: 0;
	float: left;
}
  #pictures li img {
    padding: 4px;
	width: 100px;
	height: 100px;
	border: 1px solid #eee;
}
  #pictures li span {
	width: 110px;
	height: 20px;
	color: #ccc;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	float: left;
}
  .spline {
    width: 15px;
	height: 130px;
	float: left;
}
