@charset "UTF-8";

#social {
	background:url("social_btns.jpg") 0 0 no-repeat;
	width:113px;
	height:202px;
	margin:0;
	padding:0;
	}

#social li span { display: none; }

#social li { float:left; list-style:none; position:relative; }

#social li, #social a { 
	height:34px;	/* Each button must have the same height, define it here */
	display:block;
	margin:0;
	padding:0;
	}

li#linked-in, li#twitter, li#facebook, li#digg, li#stumble { margin-bottom:8px; width:113px; }
li#stumble { margin:0; }

#linked-in a:hover { background:url("social_btns.jpg") -113px  -0px no-repeat; }
#twitter a:hover { background:url("social_btns.jpg") -113px  -42px no-repeat; }
#facebook a:hover { background:url("social_btns.jpg") -113px  -84px no-repeat; }
#digg a:hover { background:url("social_btns.jpg") -113px  -126px no-repeat; }
#stumble a:hover { background:url("social_btns.jpg") -113px -168px no-repeat; }