.view-empty
{
	color:#3b3b3b;
	font-weight:700;
	padding-top:60px
}
	[data-simplebar="init"]
{
	padding-bottom:80px
}
.simplebar-track.simplebar-horizontal
{
	width:242px;
	left:50%;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	height:14px
}
.simplebar-track.simplebar-horizontal:before
{
	content:"";
	width:242px;
	background:url("../images/scrollbar-track.png") center center no-repeat;
	position:absolute;
	left:0;
	height:14px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible
{
	height:10px;
	background:url("../images/scrollbar-bar.png") center center no-repeat;
	border-radius:10px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible:before
{
	display:none
}
