.scroll-pane { overflow: auto; }
.scroll-content { width: 2435px; float: left; }
.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; }
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }
.ui-icon {
	width: 17px;
	height: 17px;
	margin: -8px auto 0;
	position: relative;
	top: 50%;
	background-image:url(../img/scrollbar/scrollbar_bg.png);
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.scroll-bar-wrap a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}

.scroll-bar-wrap .ui-handle-helper-parent {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.scroll-bar-wrap .ui-slider {
	background: none;
	border: 0;
	height: 2em;
	margin: 0 auto;
}

#newest_files {
	margin:10px 0;
	border-top: 1px #C7C7C7 dotted;
	border-bottom: 1px #C7C7C7 dotted;
}

.files_container {
	position: relative;
	background-color: #ebf0f3;
	border: 1px solid #D5DDE5;
	width: 292px;
	height: 85px;
	float: left;
	margin: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.files_title {
	width:267px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.files_cats {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.files_date {
	font-size: 11px;
	color: #b0b0b0;
}

.files_download {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: #528F6C;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	display: inline-block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 5px;
}

.files_download a {
	color: white !important;
}