#counter-social {
	clear:both;
	margin:0 0 10px 0;
}
#counter-social .counter, #counter-social .social {
	width:160px;
}
#counter-social .counter {
	float:left;
}
#counter-social .social {
	float:right;
}
#counter-social .counter em, #counter-social .social em {
	font-style:normal;
	font-size:12px;
	display:block;
	color:#909090;
	margin:0 0 3px 0;
}
#counter-social .counter span {
	width:160px;
	height:49px;
	display:block;
	background:#cfd1d1 url(http://media.koego.com/image/common/site/bg-counter-left.jpg) no-repeat left;
}
#counter-social .counter p {
	height:46px;
	display:block;
	color:#fff;
	font-size:39px;
	text-align:center;
	padding:3px 0 0 0;
	background:url(http://media.koego.com/image/common/site/bg-counter-right.jpg) no-repeat right;
}
#counter-social .social a {
	padding:0;
	float:left;
	width:48px;
	height:48px;
}
#counter-social .social a.facebook {
	margin:0 8px 0 0;
	background: url(http://media.koego.com/image/common/site/facebook-ico.jpg) no-repeat;
}
#counter-social .social a.friendfeed {
	margin:0 8px 0 0;
	background: url(http://media.koego.com/image/common/site/friendfeed-ico.jpg) no-repeat;
}
#counter-social .social a.twitter {
	background: url(http://media.koego.com/image/common/site/twitter-ico.jpg) no-repeat;
}
#counter-social .social a:hover.twitter {
	background: url(http://media.koego.com/image/common/site/twitter-ico.jpg) no-repeat 0 -48px;
}
#counter-social .social a:hover.friendfeed {
	background: url(http://media.koego.com/image/common/site/friendfeed-ico.jpg) no-repeat 0 -48px;
}
#counter-social .social a:hover.facebook {
	background: url(http://media.koego.com/image/common/site/facebook-ico.jpg) no-repeat 0 -48px;
}

