.fb-share-button { 
    display: -moz-inline-block;
    display: inline-block;
    padding: 1px 20px 0 5px;
    height: 15px;
    border: 1px solid #d8dfea;
/*     background-image: url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; */
    background-image: url('/img/facebook_share_icon.gif');
    background-repeat: no-repeat;
    background-position: top right;
} 

.fb-share-button:hover { 
    color: #fff;
    border-color: #295582;
    background-color: #3b5998;
/*     background: #3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; */
    background-color: #3b5998;
    background-image: url('/img/facebook_share_icon.gif');
    background-repeat: no-repeat;
    background-position: top right;
    text-decoration: none;
}

.fb-share-link {
	padding: 2px 0 0 20px;
	height: 16px;
	/*     background: url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; */
    background-image: url('../img/facebook_share_icon.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#group_image {
	max-width: 250px;
	max-height: 190px;
}
#sale_items tr {
}


