.sharing-cl{
	  overflow:hidden;
	  margin:0;
	  padding:0;
	  float: right;
	  margin-right: 15px;
	
	}
	.sharing-cl li{
		list-style: none;
		float: left;
		margin-left: 3px;
	}
	.sharing-cl a{
	  overflow:hidden;
	  width:75px;
	  height:30px;
	  float:left;
	  margin-right:5px;
	  text-indent:-200px;
	  /*background:url("http://www.webdeveloperjuice.com/demos/images/share-sprite.png") no-repeat;*/
	  background:url("/image/bookmark/bookmark.png") no-repeat;
	}
	a.sh-link{background-position:-64px -40px;}
	a.sh-feed{background-position:-413px -40px;}
	a.sh-tweet{background-position:-483px -40px;}
	a.sh-mail{background-position:-343px -40px;}
	a.sh-viad{background-position:-5105px -40px;}
	a.sh-face{background-position:-1324px -40px !important;}
	
	a.sh-mail:hover{background-position:-343px 1px;}
	a.sh-feed:hover{background-position:-413px 1px;}
	a.sh-tweet:hover{background-position:-483px 1px;}
	a.sh-link:hover{background-position:-64px 1px;}
	a.sh-viad:hover{background-position:-5105px 1px;}
	a.sh-face:hover{background-position:-1324px 1px !important;}
 
	#text{
	  margin-top:3em;
	  font-weight:bold;
	  font-family:helvetica,arial,sans-serif;
	}
	#text a{
	  text-indent:0;
	  height:auto;
	  text-align:center;
	  font-size:11px;
	  padding-top:35px;
	  color:#999;
	  text-decoration:none;
	}
