.pmgScroller{
	height:0px; 
	margin:0; 
	padding:0;
}
.scroller,#socialBox{
	font-size:18px; 
	font-family: 'Oswald',sans-serif;
	letter-spacing:.20em;
}
	
.scroller{
	background:#FFF; 
	border:1px solid #CCC; 
	margin:0 0 10px; 
	z-index:100; 
	height:65px; 
	color:#999; 
	width:100%;
	display:none;
	-webkit-box-shadow:rgba(50, 50, 50, 0.25) 0px 2px 5px;
	-moz-box-shadow:rgba(50, 50, 50, 0.25) 0px 2px 5px;
	box-shadow:rgba(50, 50, 50, 0.25) 0px 2px 5px;
}
#innerScroll{
    width:970px;
    margin:0px auto 0;
    overflow:hidden;
    
}
#innerScroll img{
	float:left;
	padding:10px 15px 0 20px;
}

.totalcount span{
	font-size:30px;
	color:#3399CC;
	text-align:left !important;
	
}
.totalcount {
	font-size:10px;
	color:#999;
	float:left;
	text-align:center;
	margin-top:10px;
	padding-bottom:4px;
	min-width:75px;
	
}
.share{
	cursor:pointer !important;
	margin:0 !important;
	padding:0 !important;
	margin-right:2px !important;
	padding-right:2px !important;
}
.share:hover, #socialBox img:hover{
	opacity: 0.6;
}
.social-share-toggle{
	font-size:30px;
	font-size:2.8rem;
	vertical-align:top;
	text-align:center;
	background:#ccc;
	display:inline-block;
	height:37px;
	cursor:pointer;
	color:#fff;
	width:40px;
	padding:5px 0 0 3px;
	border-radius:2px;
	margin-right:1px;
	font-weight:100;
	font-family:sans-serif;
}
.social-share-toggle:after{
	content:"+" !important;
}
.social-share-toggle-after:after { 
	content: '-' !important;
	padding:0px 0 0 3px !important;
}
.share-buttons.center .share, .share-buttons.center .social-share-toggle{
	float:none !important;
}
.share-buttons.center{
	text-align:center !important;
}
.hideSocial{
	display:none;
}
#socialBox .socialResult .totalcount{
	margin-top:2px !important;
	min-width:75px;
	padding-top:0 !important;
	float:left; 
	
}