.socialfancysliderCenterOuter {
	position: fixed;
	display: block;
	top: 50%;
	height: auto;
	overflow: visible;
}
/* fixed top */
.socialfancysliderCenterOuter.socialfancysliderFixed {
	position: fixed;
	display: block;
	top: 0;
	height: auto;
	overflow: visible;
}
.socialfancysliderFixed .socialfancysliderCenterInner {
	margin-top: 0;
}
