﻿/* SHARE STUFF */

.share_propeller, .share_digg, .share_delicious, .share_facebook,
.share_linkedin, .share_furl, .share_myspace, .share_reddit,
.share_stumbleupon, .share_technorati, .share_twitter {
	 display:block;
    width: 16px !important;
    height: 16px !important;
    cursor:pointer;
    font-size: 13px !important;
    border:none;
   
    background-repeat: no-repeat;
    background-image: url(../images/share_icons.gif);
}

.share_propeller {
    background-position: 0px 0px;
}

.share_propeller:hover {
   background-position: 0 -20px;
}

.share_delicious {
    background-position: -20px 0px;
}

.share_delicious:hover {
    background-position: -20px -20px;
}

.share_digg {
    background-position: -40px 0px;
}

.share_digg:hover {
    background-position: -40px -20px;
}

.share_facebook {
    background-position: -60px 0px;
}

.share_facebook:hover {
    background-position: -60px -20px;
}

.share_furl {
    background-position: -80px 0px;
}

.share_furl:hover {
   background-position: -80px -20px;
}

.share_linkedin {
    background-position: -100px 0px;
}

.share_linkedin:hover {
    background-position: -100px -20px;
}

.share_myspace {
    background-position: -120px 0px;
}

.share_myspace:hover {
    background-position: -120px -20px;
}

.share_reddit {
    background-position: -140px 0px;
}

.share_reddit:hover {
    background-position: -140px -20px;
}

.share_stumbleupon {
    background-position: -160px 0px;
}

.share_stumbleupon:hover {
    background-position: -160px -20px;
}

.share_technorati {
	background-position: -180px 0px;
}

.share_technorati:hover {
    background-position: -180px -20px;
}

.share_twitter {
    background-position: -200px 0px;
}

.share_twitter:hover {
	background-position: -200px -20px;
}


/* END SHARE */


