#share-component {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

#share-component li {
	float: left;
}

/* ICONS */
#share-component a {
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 8px;
}

#share-component #facebook {
	background: url(img/icons_small.png) no-repeat 0 0;
}

#share-component #twitter {
	background: url(img/icons_small.png) no-repeat 0 -16px;
}

#share-component #linkedin {
	background: url(img/icons_small.png) no-repeat 0 -32px;
}

#share-component #google {
	background: url(img/icons_small.png) no-repeat 0 -48px;
}

#share-component #email {
	background: url(img/icons_small.png) no-repeat 0 -64px;
}

#share-component #vk {
	background: url(img/icons_small.png) no-repeat 0 -80px;
}

#share-component #delicious {
	background: url(img/icons_small.png) no-repeat 0 -112px;
}