/* ----------------------- floating-social-bar elements  ----------------------- */
div#floating-social-bar {
	display: block;
	background: transparent url(img/social-floating-bg.png) 0 0 no-repeat;
	width: 32px; /* 53 */
	height: 152px; /* 180 */
	padding: 14px 7px 14px 14px;
	position: fixed;
	*position: absolute;
	top: 114px;
	right: 0;
	z-index: 500;
}
div#floating-social-bar a.icon {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 8px 0;
}
a.skype { background: transparent url(img/social-icons.png) 0 0 no-repeat; }
a.skype:hover { background: transparent url(img/social-icons.png) -32px 0 no-repeat; }
a.facebook { background: transparent url(img/social-icons.png) 0 -32px no-repeat; }
a.facebook:hover { background: transparent url(img/social-icons.png) -32px -32px no-repeat; }
a.twitter { background: transparent url(img/social-icons.png) 0 -64px no-repeat; }
a.twitter:hover { background: transparent url(img/social-icons.png) -32px -64px no-repeat; }
a.youtube { 
	background: transparent url(img/social-icons.png) 0 -96px no-repeat;
	margin: 0 0 0 0;
}
a.youtube:hover { background: transparent url(img/social-icons.png) -32px -96px no-repeat; }
div#floating-social-bar a.icon span {
	display: none;
}