.box .picturescrol {
    position:relative;
    overflow:hidden;
    width: 460px;
    height:100px;
	margin-bottom: 10px;
}
.box ul.pictures_list {
	margin-bottom: 0 !important;
    width: 20000em;
    position:absolute;
}
.box .pictures_list li {
	float: left;
	width: 140px !important;
	padding: 0px !important;
	background: none;
	border-bottom: none;
	margin: 0 20px 0 0 !important;
}

.pictures,
.files {
	clear: both;
	margin-bottom: 20px;
}



ul.files_list {
	background: url('/media/dsg/hline.gif') repeat-x 0 0;
}

ul.files_list li {
	margin: 0;
	padding: 10px 0;
	background: url('/media/dsg/hline.gif') repeat-x left bottom;
}

ul.files_list li div {
	padding: 20px 0 20px 80px;
}

ul.files_list li a {
	color: #cc0e00;
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 20px;
}


/* files */
.box .files table td {
	overflow: hidden;
}
.box .files .list table td div {
	width: 460px;
	overflow: hidden;
}
.box .files .list table td div .item {
	float: left;
	overflow: hidden;
	background: no-repeat center left;
	width: 160px; /*200*/
	padding: 0 10px 0 30px;
}
.box .files .list table td div .item a {
	color: #cc0e00;
	font-size: 14px;
}
.box .files .list table td div .item span {
	display: block;
	color: #000;
	font-weight: normal;
}
.box .files .list table td div.spacer {
	height: 1em;
}
.box .files .list table td div .position_2,
.box .files .list table td div .position_4 {
}
#left .box .files table td,
#left .box .files .list table td div {
	width: 220px;
}
#left .box .files .list table td div .item {
	float: none;
	width: auto;
	padding-right: 0;
}
#left .box .files .list table td div.spacer {
	height: 0;
}
#left .box .files .list table td div .position_2,
#left .box .files .list table td div .position_4 {
	float: none;
}

#files_list_item{
	border-bottom: dashed 1px #d1cfc4;
}

#files_list_item.first{
	border-top: dashed 1px #d1cfc4;
}

#files_item{
	height: 70px;
	width: 400px;
	text-align: left;
}

#files_data{
	margin-left: 50px;
	padding-top: 30px;
}