#tm_socialblock	{  z-index: 1; float:left;}
#tm_socialblock ul	{ list-style:none;}
#footer #tm_socialblock {
	bottom: -85px;
    position: absolute;
    right: 0;
}
#tm_socialblock li { float:left;height:35px;width:30px;margin-right:5px;}
#tm_socialblock li a{float:left;height:30px;width:25px;font-size:0}
#tm_socialblock li.tm_facebook	
{
	background:url("img/tm_sprite_pict_social_block.png") no-repeat scroll 9px 10px transparent;
}

#tm_socialblock li.tm_facebook:hover
{
	background-position:9px -23px;
}
#tm_socialblock li.tm_twitter	
{
	background:url("img/tm_sprite_pict_social_block.png") no-repeat scroll 9px -54px transparent;
}
#tm_socialblock li.tm_twitter:hover{background-position:9px -84px}
#tm_socialblock li.tm_rss	
{
	background:url("img/tm_sprite_pict_social_block.png") no-repeat scroll 9px -185px transparent;
}
#tm_socialblock li.tm_rss:hover{background-position:9px -220px}
#tm_socialblock li.tm_googleplus	
{
	background:url("img/tm_sprite_pict_social_block.png") no-repeat scroll 9px -116px transparent;
}
#tm_socialblock li.tm_googleplus:hover
{
	background-position:9px -151px;
}
#tm_socialblock li.tm_picasa	
{
	background:url("img/tm_sprite_pict_social_block.png") no-repeat scroll 9px -260px transparent;
}
#tm_socialblock li.tm_picasa:hover
{
	background-position:9px -291px;
}
#tm_socialblock .title_block{display:none;}