.social-buttons
{ 
	position: relative;
	margin: 7px 0px 0px 0px;
	width: 200px;
	height: 20px;
}

.rss-button
{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 90px; /* 35 */
	background-image: url(/files/RSS-32x32-gray.png);
	background-size: contain;
	cursor: pointer;
}

.rss-button:hover
{ 
	background-image: url(/files/RSS-32x32-color.png);
	background-size: contain;
}

.vk-button
{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 120px; /* 65 */
	background-image: url(/files/vk-32x32-gray.png);
	background-size: contain;
	cursor: pointer;
}

.vk-button:hover
{ 
	background-image: url(/files/vk-32x32-color.png);
	background-size: contain;
}

.fb-button
{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 95px;
	background-image: url(/files/fb-32x32-gray.png);
	background-size: contain;
	cursor: pointer;
}

.fb-button:hover
{ 
	background-image: url(/files/fb-32x32-color.png);
	background-size: contain;
}

.twitter-button
{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 150px; /* 120 */
	background-image: url(/files/twitter-32x32-gray.png);
	background-size: contain;
	cursor: pointer;
}

.twitter-button:hover
{ 
	background-image: url(/files/twitter-32x32-color.png);
	background-size: contain;
}

.ins-button
{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 150px;
	background-image: url(/files/inst-32x32-gray.png);
	background-size: contain;
	cursor: pointer;
}

.ins-button:hover
{ 
	background-image: url(/files/inst-32x32-color.png);
	background-size: contain;
}

.youtube-button
{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 180px;
	background-image: url(/files/youtube-32x32-gray.png);
	background-size: contain;
	cursor: pointer;
}

.youtube-button:hover
{ 
	background-image: url(/files/youtube-32x32-color.png);
	background-size: contain;
}
