.block-social{
	display:inline-table;
	width:300px;
	height:218px;
	background:url(../images/social/bg_social3.jpg) no-repeat;
	padding-top:36px;
	clear:both;
	position:relative;
	margin-top:5px;
}
.block-social .social-icon-facebook{
	background:url(../images/social/facebook.jpg)  5px center no-repeat;
}
.block-social .social-icon-youtube{
	background:url(../images/social/youtube.jpg) 5px center no-repeat;
}
.block-social .social-icon-instagram{
	background:url(../images/social/instagram.jpg) 5px center no-repeat;
}
.block-social .social-icon-twitter{
	background:url(../images/social/twitter.jpg) 5px center no-repeat;
}
.block-social .social-icon-pinterest{
	background:url(../images/social/pinterest.jpg) 5px center no-repeat;
}
.block-social .block-social-content{
		display:block;
		height:auto;
		background-color:#eff0f4;
		background:url(../images/social/bg_body_social3.jpg) repeat-y;
		padding-left:10px;
}
.block-social .block-social-footer{
	height:17px;
	display:block;
	background:url(../images/social/bottom_social.jpg) no-repeat;
}

#social-load-more{
	height:30px;
	text-align:center;
	background-color:#ccc;
	padding-top:5px;
	cursor:pointer;
}
.arrow-img{
	margin-bottom:-5px;
	margin-left:5px;
}

.block-social-list{
	padding-top:14px;
	padding-bottom:10px;
	padding-left:55px;
	display:block;
	height:auto;
	border-bottom: 1px dotted #cccccc
	
}
.block-social-list a{
	text-decoration:none;
	color:#4280af;
}
.block-social-list a:hover{
	text-decoration:underline;
}


#scrollbar2 { width: 285px; clear: both;  }
#scrollbar2 .viewport { width: 258px; height: 200px; overflow: hidden; position: relative; }
#scrollbar2 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar2 .thumb .end,
#scrollbar2 .thumb { background-color: #12bef0; }
#scrollbar2 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar2 .track { background-color: #fff; height: 100%; width:8px; position: relative; padding:0px; }
#scrollbar2 .thumb { height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar2 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar2 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }