/* pictures list */

.pictures {
	background: #fff url('/media/dsg/center_flow.jpg') no-repeat top center;
	padding-bottom:30px;
}

.pictures a {

}

#center .plugin .plugin_content {
	border-bottom:0px;
	padding-bottom:20px;
}
.pictures .head {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #ff2300;
	padding: 10px 0 13px;
	padding-left:15px;	
}
.pictures ul.list {
	list-style-type: none;
}
.pictures ul.list li {
	width: 163px;
	float: left;
	text-align: center;
	padding-left: 11px;
	cursor:pointer;
}
.pictures ul.list li.first {
	padding-left:15px;
}
.pictures ul.list li.spacer {
	clear: both;
	width: 100%;
	float: none;
	height: 8px;
	overflow: hidden;
}
.pictures ul.list li .image{
	border:1px solid #dfdfdf;
	padding:1px;	
}
