.follow-us-social-buttons {
    position: fixed;
	background: #FFFFFF;
	top: 40%;
	min-width: 30px;
	border-radius: 4px 4px 4px 4px;
    padding: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	z-index: 100;
}

.follow-us-social-buttons.fixed-right {
	right: 3px;
}

.follow-us-social-buttons.fixed-left {
	left: 3px;
}

.follow-us-social-buttons a.social-button {
	background-image: url('../image/follow_us/icons.png');
	width: 30px;
	height: 30px;
    line-height: 30px;
    margin: auto;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
	display: block;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.follow-us-social-buttons a.social-button:hover {
    background-color: #81CDE7;
}

.social-button.fu-facebook {
	background-position: -318px 0;
}

.social-button.fu-twitter {
	background-position: -236px 0;
}

.social-button.fu-google-plus {
	background-position: -436px 0;
}

.social-button.fu-youtube {
	background-position: 3px 27px;
}

.social-button.fu-rss{
	background-position: -36px 27px;
}