.facebook-like {
    background:url(facebook.png) no-repeat scroll 0 0 transparent;
    display:block;
	height: 25px;
	width: 65px;
	text-indent:-9999px;
	white-space: nowrap;
}

.twitter-share {
    background:url(twitter.png) no-repeat scroll 0 0 transparent;
    display:block;
	height: 25px;
	width: 65px;
	text-indent:-9999px;
	white-space: nowrap;
}

.googleplus-one {
    background:url(googleplus.png) no-repeat scroll 0 0 transparent;
    display:block;
	height: 25px;
	width: 65px;
	text-indent:-9999px;
	white-space: nowrap;
}

.linkedin-share {
    background:url(linkedin.png) no-repeat scroll 0 0 transparent;
    display:block;
	height: 25px;
	width: 65px;
	text-indent:-9999px;
	white-space: nowrap;
}

.socialite-loaded {
	background-image: none;
	height: 100%;
	width: 100%;
	text-indent:0px;
}

.socialite-item {
	height: 30px;
}

.socialitejs.layout0 {
	display: block;
    list-style: none outside none;
    margin: 10px;
    padding: 10px;
}

.socialitejs.layout0 > li {
	display: block;
    margin: 0;
}

.socialitejs.layout1 {
	display: block;
    list-style: none outside none;
    margin: 10px 20px 20px;
    padding: 0;
}

.socialitejs.layout1 > li {
	display: inline-block;
    margin: 0;
    padding: 10px;
}