@charset "utf-8";
/* EndingLinks */

/*************************** CORE ********************************/
/*****************************************************************/

#endingLinks{
	position: absolute;
	display: block;
	border-spacing: 0px;
	height: 52px;
	width: 100%;
	margin: 0 auto;
	bottom: 0px; /* default: align to bottom */
	pointer-events: none;
	
	/*border: 1px solid red;*/
	
	font-family: Arial, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;	
	font-size: 19px;
	color: #fff;
	letter-spacing: 0px;
	
	/*background-color: rgba(255,0,0,0.5);*/
	background-image: -webkit-gradient(
		linear, left top, left bottom, from(rgba(10, 116, 151, 0.8)),
		to(rgba(10, 116, 151, 0.2)), color-stop(.1,#ff0000)
	);
	background-image: -moz-linear-gradient(
		rgba(10, 116, 151, 0.8) 25%, rgba(10, 116, 151, 0.2) 100%
	);	
	/* approximately a 33% opacity on blue */
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr=#550a7497, endColorstr=#550a7497
	);
	/* IE8 uses -ms-filter for whatever reason... */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr=#550a7497, endColorstr=#550a7497
	);
	
    box-shadow: 0px -1px 10px -5px #000000;
    -moz-box-shadow: 0px -1px 10px -5px #000000;
    -webkit-box-shadow: 0px -1px 10px -5px #000000;
	-khtml-box-shadow: 0px -1px 10px -5px #000000;
	-ie-box-shadow: 0px -1px 10px -5px #000000;

}
/*
#endingLinks div.shadowUp{
    box-shadow: 0px -1px 10px -5px #000000;
    -moz-box-shadow: 0px -1px 10px -5px #000000;
    -webkit-box-shadow: 0px -1px 10px -5px #000000;
	-khtml-box-shadow: 0px -1px 10px -5px #000000;
	-ie-box-shadow: 0px -1px 10px -5px #000000;
}
#endingLinks div.shadowDown{
    box-shadow: 0px 5px 10px -5px #ff0000;
    -moz-box-shadow: 0px 5px 10px -5px #ff0000;
    -webkit-box-shadow: 0px 5px 10px -5px #ff0000;
	-khtml-box-shadow: 0px 5px 10px -5px #ff0000;
	-ie-box-shadow: 0px 5px 10px -5px #ff0000;
}
*/
#endingLinks div.link{
	display: table-cell;
    vertical-align: middle;
	height: 52px;
	margin: 0px 11px 0px 11px;
	padding: 0px 22px 0px 22px;
	bottom: 0px;
	pointer-events: auto;
}

#endingLinks div.link a:active, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}
#endingLinks div.link a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ie-opacity: 0.7;
	filter: alpha(opacity=70);
	
}
#endingLinks div.link table.social{
}
#endingLinks div.link table.social.small{
	margin-top: 5px;
}
#endingLinks div.link table.social.medium{
	margin-top: 3px;
}
#endingLinks div.link table.social.large{
	margin-top: 0px;
}
#endingLinks div.link table td div{
	cursor: pointer;
}

/******************* INSERTS CONTAINER ***************************/
/*****************************************************************/

#endingLinksInserts{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
	pointer-events: none;
	/*border: 1px dotted cyan;*/
}
#endingLinksInserts div.insert{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url( 'images/insert/background.jpg' );
}
#endingLinksInserts div.insert div.insertContent{
	/*margin: 20px 20px 20px 20px;*/
}
#endingLinksInserts div.closeButton{
	position: absolute;
	display: block;
	width: 100%;
	height: 14px; 
	text-align: right;
	margin-top: 4px;
	pointer-events: auto;
}
#endingLinksInserts div.closeButton img{
	margin-right: 4px;
}

/********************** INSERTS TYPES ****************************/
/*****************************************************************/

/* address */
#endingLinksInserts table.addressInsertTable{
}
#endingLinksInserts table.addressInsertTable td{
	height: 325px; /* use template height */
}
#endingLinksInserts table.addressInsertTable td.addressMessage{
	width: 300px; /* use 54.5% of template width rounded */
}
#endingLinksInserts table.addressInsertTable td.addressImage{
	width: 250px; /* use 45.5% of template width rounded */
	padding: 0px 25px 0px 0px;
}
#endingLinksInserts div.addressMessage{
	width: 100%;
	height: 100%;
	display: table-cell;
    vertical-align: middle;
	padding-right: 20px;
	
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	pointer-events: auto;
}
#endingLinksInserts div.addressMessage div{
	width: 100%;
    vertical-align: middle;
	display: inline-block;
}
#endingLinksInserts div.addressMessage div.title{
	margin-bottom: 20px;
}
#endingLinksInserts div.addressMessage div.message{
}
#endingLinksInserts div.addressImage{
	width: auto;
	display: table-cell;
	overflow: hidden;
	pointer-events: auto;

    box-shadow: 3px 3px 10px -5px #000000;
    -moz-box-shadow: 3px 3px 10px -5px #000000;
    -webkit-box-shadow: 3px 3px 10px -5px #000000;
	-khtml-box-shadow: 3px 3px 10px -5px #000000;
	-ie-box-shadow: 3px 3px 10px -5px #000000;
}
#endingLinksInserts div.addressImage img{
	width: 250px; /* use 45.5% of template width rounded */
	height: auto; 
}

/* credits */
#endingLinksInserts table.creditsInsertTable{
	width: 550px; /* use template width */
}
#endingLinksInserts table.creditsInsertTable td{
}
#endingLinksInserts table.creditsInsertTable td.creditsTitle{
	width: auto; 
	height: 60px;
	padding-top: 15px;
	pointer-events: auto;
	
	font-family: Arial, sans-serif;
	font-size: 36px;
	color: #ffffff;
}
#endingLinksInserts table.creditsInsertTable td.creditsContainer{
	height: 100%; 
	padding: 10px 0px 10px 0px;
}
#endingLinksInserts div.creditsTitle{
	width: auto; 
	height: auto;
	overflow: hidden;
}
#endingLinksInserts div.creditsContainer{
	width: auto;
	overflow: auto;
	display: block;
	height: 245px; /* must be set for jquery scroller to work.  Set to height of template, minus height of td.creditsTitle, minus top & bottom padding in td.creditsContainer */
	padding-left: 10px; 
	padding-right: 9px; /* padding to align scroller with insert's close button */
	pointer-events: auto;
}
#endingLinksInserts div.creditsContainer div.credit{
	width: 100%;
	display: block;
	padding-bottom: 15px;
	
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
}
#endingLinksInserts div.hr{
	border: 0;
	border-top: 1px dotted #FFFFFF;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}

/* custom */
#endingLinksInserts table.customInsertTable{
}
#endingLinksInserts table.customInsertTable td{
	width: 550px; /* use template width */
}
#endingLinksInserts table.customInsertTable td.customContainer{
	width: auto; 
	height: 100%; 
	pointer-events: auto;
	
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
#endingLinksInserts div.customInsert{
	overflow: hidden;
	color: #ffffff;
	pointer-events: auto;
}

/* donation */
#endingLinksInserts table.donationInsertTable{
}
#endingLinksInserts table.donationInsertTable td{
	width: 550px; /* use tmeplate width */
}
#endingLinksInserts table.donationInsertTable td.donationMessage{
	width: auto; 
	height: auto;
	padding: 20px 20px 15px 20px;
	pointer-events: auto;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#endingLinksInserts table.donationInsertTable td.donationDonateButton{
	height: 45px;
}
#endingLinksInserts table.donationInsertTable td.donationCharityLogo{
}
#endingLinksInserts div.donationMessage{
}
#endingLinksInserts div.donationDonateButton{
	width: 100%;
	text-align: center;
    vertical-align: middle;
	display: block;
	margin-top: 15px;
	margin-bottom: 30px;
	pointer-events: auto;
}
#endingLinksInserts div.donationDonateButton a{
    margin: 0 5 0 0;
	font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 25px 8px 25px;  /* for Links */
	
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ie-border-radius: 5px;
	
    box-shadow: 3px 3px 10px -5px #000000;
    -moz-box-shadow: 3px 3px 10px -5px #000000;
    -webkit-box-shadow: 3px 3px 10px -5px #000000;
	-khtml-box-shadow: 3px 3px 10px -5px #000000;
	-ie-box-shadow: 3px 3px 10px -5px #000000;
}
#endingLinksInserts div.donationDonateButton a:active, 
#endingLinksInserts div.donationDonateButton a:visited{
    text-decoration: none;
    border: none;
    background-color: #000000;
    color: #ffffff;
}
#endingLinksInserts div.donationDonateButton a:link{
    text-decoration: none;
    border: none;
    background-color: #000000;
    color: #ffffff;
}
#endingLinksInserts div.donationDonateButton a:hover{
    text-decoration: none;
    border: none;
    background-color: #ffffff;
    color: #000000;
}
#endingLinksInserts div.donationCharityLogo{
	width: 100%;
	display: block;
	text-align: center;
    vertical-align: middle;
	pointer-events: auto;
}
#endingLinksInserts div.donationCharityLogo img{
    box-shadow: 3px 3px 10px -5px #000000;
    -moz-box-shadow: 3px 3px 10px -5px #000000;
    -webkit-box-shadow: 3px 3px 10px -5px #000000;
	-khtml-box-shadow: 3px 3px 10px -5px #000000;
	-ie-box-shadow: 3px 3px 10px -5px #000000;
}



/* group */
#endingLinksInserts table.groupInsertTable{
}
#endingLinksInserts table.groupInsertTable td{
	width: 550px; /* use template width */
}
#endingLinksInserts table.groupInsertTable td.groupMessage{
	width: auto; 
	height: auto;
	padding: 20px 20px 15px 20px;
	pointer-events: auto;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#endingLinksInserts table.groupInsertTable td.groupPhoto{
}
#endingLinksInserts div.groupMessage{
	width: 100%;
	height: 50px;
	overflow: hidden;
	display: block;
    vertical-align: middle;
	pointer-events: auto;
	
	font-family: Arial, sans-serif;
	font-size: 36px;
	color: #ffffff;
}
#endingLinksInserts div.groupPhoto{
	width: 100%;
	display: block;
	overflow: hidden;
	pointer-events: auto;
	
	transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
	-khtml-transform: rotate(2deg);
	-ie-transform: rotate(2deg);
   	
    box-shadow: 3px 3px 10px -5px #000000;
    -moz-box-shadow: 3px 3px 10px -5px #000000;
    -webkit-box-shadow: 3px 3px 10px -5px #000000;
	-khtml-box-shadow: 3px 3px 10px -5px #000000;
	-ie-box-shadow: 3px 3px 10px -5px #000000;
}
#endingLinksInserts div.groupPhoto img{
	width: 510px; /* use template width minus 40px */
	height: auto;
}


/* personal */
#endingLinksInserts table.personalInsertTable{
}
#endingLinksInserts table.personalInsertTable td{
	height: 325px; /* use template height */
}
#endingLinksInserts table.personalInsertTable td.personalMessage{
	padding: 20px 10px 0px 20px;
	vertical-align: top;
}
#endingLinksInserts table.personalInsertTable td.personalPhoto{
	width: 240px; /* use 43.6% of template width rounded */
	padding: 10px 20px 0px 0px;
}
#endingLinksInserts div.personalMessage{
	height: auto;
	display: table-cell;
    vertical-align: middle;
	padding-right: 20px;
	pointer-events: auto;
	
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
#endingLinksInserts div.personalMessage div{
	width: 100%;
    vertical-align: middle;
	display: inline-block;
}
#endingLinksInserts div.personalPhoto{
	width: auto;
	display: table-cell;
	overflow: hidden;
	pointer-events: auto;
	
	transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
	-khtml-transform: rotate(3deg);
	-ie-transform: rotate(3deg);
	
    box-shadow: 3px 3px 10px -5px #000000;
    -moz-box-shadow: 3px 3px 10px -5px #000000;
    -webkit-box-shadow: 3px 3px 10px -5px #000000;
	-khtml-box-shadow: 3px 3px 10px -5px #000000;
	-ie-box-shadow: 3px 3px 10px -5px #000000;
}
#endingLinksInserts div.personalPhoto img{
	width: auto;
	height: 325px; /* use template height */
}


/* signatures */
#endingLinksInserts table.signaturesInsertTable{
}
#endingLinksInserts table.signaturesInsertTable td{
	width: 550px; /* use tmeplate width */
	height: 325px; /* use tmeplate height */
}
#endingLinksInserts table.signaturesInsertMessageTable{
	position: absolute;
	width: 550px; /* use template width */
	height: 325px; /* use template height */
}
#endingLinksInserts table.signaturesInsertMessageTable td.signaturesMessage{
	font-family: Arial, sans-serif;
	font-size: 36px;
	color: #ffffff;
	pointer-events: auto;
}
#endingLinksInserts div.signaturesMessage{
}
#endingLinksInserts div.signaturesImage{
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: auto;
}



/******************** SOCIAL ICONS - CORE ***********************/

/***** LARGE SOCIAL ******/
#endingLinks div.social-aim-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_43.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-aim-large:hover{
	background: url('images/social/large_43.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-amazon-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_58.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-amazon-large:hover{
	background: url('images/social/large_58.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-apple-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_44.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-apple-large:hover{
	background: url('images/social/large_44.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-bebo-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_42.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-bebo-large:hover{
	background: url('images/social/large_42.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-behance-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_41.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-behance-large:hover{
	background: url('images/social/large_41.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-blogger-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_40.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-blogger-large:hover{
	background: url('images/social/large_40.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-brightkite-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_39.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-brightkite-large:hover{
	background: url('images/social/large_39.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-cargo-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_38.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-cargo-large:hover{
	background: url('images/social/large_38.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-chimein-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_37.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-chimein-large:hover{
	background: url('images/social/large_37.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-delicious-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_36.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-delicious-large:hover{
	background: url('images/social/large_36.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-designbump-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_35.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-designbump-large:hover{
	background: url('images/social/large_35.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-deviantart-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_34.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-deviantart-large:hover{
	background: url('images/social/large_34.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-digg-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_33.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-digg-large:hover{
	background: url('images/social/large_33.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-dopplr-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_59.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-dopplr-large:hover{
	background: url('images/social/large_59.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-dribble-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_50.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-dribble-large:hover{
	background: url('images/social/large_50.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-ebay-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_56.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-ebay-large:hover{
	background: url('images/social/large_56.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-email-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_46.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-email-large:hover{
	background: url('images/social/large_46.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-facebook-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_32.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-facebook-large:hover{
	background: url('images/social/large_32.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-feedburner-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_48.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-feedburner-large:hover{
	background: url('images/social/large_48.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-flickr-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_31.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-flickr-large:hover{
	background: url('images/social/large_31.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-foursquare-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_49.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-foursquare-large:hover{
	background: url('images/social/large_49.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic01-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_30.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic01-large:hover{
	background: url('images/social/large_30.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic02-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_29.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic02-large:hover{
	background: url('images/social/large_29.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic03-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_68.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic03-large:hover{
	background: url('images/social/large_68.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic04-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_69.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic04-large:hover{
	background: url('images/social/large_69.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic05-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_70.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic05-large:hover{
	background: url('images/social/large_70.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-googlebuzz-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_28.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-googlebuzz-large:hover{
	background: url('images/social/large_28.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-googleplus-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_27.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-googleplus-large:hover{
	background: url('images/social/large_27.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-googletalk-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_26.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-googletalk-large:hover{
	background: url('images/social/large_26.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-imdb-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_60.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-imdb-large:hover{
	background: url('images/social/large_60.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-instagram-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_65.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-instagram-large:hover{
	background: url('images/social/large_65.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-lanyrd-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_67.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-lanyrd-large:hover{
	background: url('images/social/large_67.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-lastfm-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_51.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-lastfm-large:hover{
	background: url('images/social/large_51.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-linkedin-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_25.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-linkedin-large:hover{
	background: url('images/social/large_25.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-live-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_24.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-live-large:hover{
	background: url('images/social/large_24.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-microsoft-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_23.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-microsoft-large:hover{
	background: url('images/social/large_23.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-mobileme-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_45.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-mobileme-large:hover{
	background: url('images/social/large_45.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-myspace-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_22.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-myspace-large:hover{
	background: url('images/social/large_22.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-netvibes-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_21.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-netvibes-large:hover{
	background: url('images/social/large_21.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-newsvine-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_20.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-newsvine-large:hover{
	background: url('images/social/large_20.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-orkut-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_19.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-orkut-large:hover{
	background: url('images/social/large_19.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-paypal-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_47.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-paypal-large:hover{
	background: url('images/social/large_47.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-picasa-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_18.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-picasa-large:hover{
	background: url('images/social/large_18.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-pinterest-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_17.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-pinterest-large:hover{
	background: url('images/social/large_17.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-qik-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_57.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-qik-large:hover{
	background: url('images/social/large_57.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-readability-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_61.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-readability-large:hover{
	background: url('images/social/large_61.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-reddit-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_16.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-reddit-large:hover{
	background: url('images/social/large_16.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-retweet-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_15.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-retweet-large:hover{
	background: url('images/social/large_15.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-rss-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_14.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-rss-large:hover{
	background: url('images/social/large_14.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-sharethis-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_62.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-sharethis-large:hover{
	background: url('images/social/large_62.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-skype-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_13.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-skype-large:hover{
	background: url('images/social/large_13.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-slashdot-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_12.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-slashdot-large:hover{
	background: url('images/social/large_12.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-slideshare-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_11.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-slideshare-large:hover{
	background: url('images/social/large_11.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-soundcloud-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_66.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-soundcloud-large:hover{
	background: url('images/social/large_66.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-spotify-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_52.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-spotify-large:hover{
	background: url('images/social/large_52.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-squidoo-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_10.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-squidoo-large:hover{
	background: url('images/social/large_10.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-stumbleupon-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_09.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-stumbleupon-large:hover{
	background: url('images/social/large_09.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-technorati-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_08.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-technorati-large:hover{
	background: url('images/social/large_08.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-tumblr-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_07.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-tumblr-large:hover{
	background: url('images/social/large_07.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-twitter-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_06.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-twitter-large:hover{
	background: url('images/social/large_06.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-vimeo-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_05.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-vimeo-large:hover{
	background: url('images/social/large_05.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-vkontakte-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_72.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-vkontakte-large:hover{
	background: url('images/social/large_72.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-weibo-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_71.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-weibo-large:hover{
	background: url('images/social/large_71.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wikipedia-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_63.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wikipedia-large:hover{
	background: url('images/social/large_63.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wordpress-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_04.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wordpress-large:hover{
	background: url('images/social/large_04.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wpcandy-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_53.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wpcandy-large:hover{
	background: url('images/social/large_53.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wpbeginner-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_54.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wpbeginner-large:hover{
	background: url('images/social/large_54.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-xing-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_55.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-xing-large:hover{
	background: url('images/social/large_55.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-yahoo-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_03.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-yahoo-large:hover{
	background: url('images/social/large_03.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-yahoobuzz-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_02.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-yahoobuzz-large:hover{
	background: url('images/social/large_02.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-youtube-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_01.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-youtube-large:hover{
	background: url('images/social/large_01.png') -45px 0px;
	cursor: pointer; 
}
#endingLinks div.social-zerply-large {
	height: 45px; 
	width: 45px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/large_64.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-zerply-large:hover{
	background: url('images/social/large_64.png') -45px 0px;
	cursor: pointer; 
}


/***** MEDIUM SOCIAL ******/
#endingLinks div.social-aim-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_43.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-aim-medium:hover{
	background: url('images/social/medium_43.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-amazon-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_58.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-amazon-medium:hover{
	background: url('images/social/medium_58.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-apple-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_44.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-apple-medium:hover{
	background: url('images/social/medium_44.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-bebo-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_42.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-bebo-medium:hover{
	background: url('images/social/medium_42.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-behance-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_41.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-behance-medium:hover{
	background: url('images/social/medium_41.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-blogger-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_40.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-blogger-medium:hover{
	background: url('images/social/medium_40.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-brightkite-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_39.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-brightkite-medium:hover{
	background: url('images/social/medium_39.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-cargo-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_38.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-cargo-medium:hover{
	background: url('images/social/medium_38.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-chimein-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_37.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-chimein-medium:hover{
	background: url('images/social/medium_37.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-delicious-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_36.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-delicious-medium:hover{
	background: url('images/social/medium_36.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-designbump-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_35.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-designbump-medium:hover{
	background: url('images/social/medium_35.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-deviantart-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_34.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-deviantart-medium:hover{
	background: url('images/social/medium_34.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-digg-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_33.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-digg-medium:hover{
	background: url('images/social/medium_33.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-dopplr-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_59.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-dopplr-medium:hover{
	background: url('images/social/medium_59.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-dribble-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_50.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-dribble-medium:hover{
	background: url('images/social/medium_50.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-ebay-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_56.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-ebay-medium:hover{
	background: url('images/social/medium_56.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-email-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_46.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-email-medium:hover{
	background: url('images/social/medium_46.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-facebook-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_32.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-facebook-medium:hover{
	background: url('images/social/medium_32.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-feedburner-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_48.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-feedburner-medium:hover{
	background: url('images/social/medium_48.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-flickr-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_31.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-flickr-medium:hover{
	background: url('images/social/medium_31.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-foursquare-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_49.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-foursquare-medium:hover{
	background: url('images/social/medium_49.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic01-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_30.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic01-medium:hover{
	background: url('images/social/medium_30.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic02-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_29.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic02-medium:hover{
	background: url('images/social/medium_29.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic03-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_68.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic03-medium:hover{
	background: url('images/social/medium_68.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic04-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_69.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic04-medium:hover{
	background: url('images/social/medium_69.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic05-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_70.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic05-medium:hover{
	background: url('images/social/medium_70.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-googlebuzz-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_28.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-googlebuzz-medium:hover{
	background: url('images/social/medium_28.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-googleplus-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_27.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-googleplus-medium:hover{
	background: url('images/social/medium_27.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-googletalk-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_26.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-googletalk-medium:hover{
	background: url('images/social/medium_26.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-imdb-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_60.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-imdb-medium:hover{
	background: url('images/social/medium_60.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-instagram-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_65.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-instagram-medium:hover{
	background: url('images/social/medium_65.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-lanyrd-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_67.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-lanyrd-medium:hover{
	background: url('images/social/medium_67.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-lastfm-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_51.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-lastfm-medium:hover{
	background: url('images/social/medium_51.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-linkedin-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_25.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-linkedin-medium:hover{
	background: url('images/social/medium_25.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-live-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_24.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-live-medium:hover{
	background: url('images/social/medium_24.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-microsoft-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_23.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-microsoft-medium:hover{
	background: url('images/social/medium_23.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-mobileme-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_45.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-mobileme-medium:hover{
	background: url('images/social/medium_45.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-myspace-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_22.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-myspace-medium:hover{
	background: url('images/social/medium_22.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-netvibes-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_21.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-netvibes-medium:hover{
	background: url('images/social/medium_21.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-newsvine-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_20.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-newsvine-medium:hover{
	background: url('images/social/medium_20.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-orkut-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_19.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-orkut-medium:hover{
	background: url('images/social/medium_19.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-paypal-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_47.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-paypal-medium:hover{
	background: url('images/social/medium_47.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-picasa-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_18.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-picasa-medium:hover{
	background: url('images/social/medium_18.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-pinterest-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_17.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-pinterest-medium:hover{
	background: url('images/social/medium_17.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-qik-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_57.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-qik-medium:hover{
	background: url('images/social/medium_57.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-readability-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_61.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-readability-medium:hover{
	background: url('images/social/medium_61.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-reddit-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_16.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-reddit-medium:hover{
	background: url('images/social/medium_16.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-retweet-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_15.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-retweet-medium:hover{
	background: url('images/social/medium_15.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-rss-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_14.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-rss-medium:hover{
	background: url('images/social/medium_14.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-sharethis-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_62.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-sharethis-medium:hover{
	background: url('images/social/medium_62.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-skype-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_13.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-skype-medium:hover{
	background: url('images/social/medium_13.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-slashdot-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_12.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-slashdot-medium:hover{
	background: url('images/social/medium_12.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-slideshare-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_11.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-slideshare-medium:hover{
	background: url('images/social/medium_11.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-soundcloud-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_66.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-soundcloud-medium:hover{
	background: url('images/social/medium_66.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-spotify-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_52.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-spotify-medium:hover{
	background: url('images/social/medium_52.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-squidoo-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_10.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-squidoo-medium:hover{
	background: url('images/social/medium_10.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-stumbleupon-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_09.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-stumbleupon-medium:hover{
	background: url('images/social/medium_09.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-technorati-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_08.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-technorati-medium:hover{
	background: url('images/social/medium_08.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-tumblr-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_07.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-tumblr-medium:hover{
	background: url('images/social/medium_07.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-twitter-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_06.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-twitter-medium:hover{
	background: url('images/social/medium_06.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-vimeo-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_05.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-vimeo-medium:hover{
	background: url('images/social/medium_05.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-vkontakte-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_72.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-vkontakte-medium:hover{
	background: url('images/social/medium_72.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-weibo-medium {
	height: 34px; 
	width: 34x;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_71.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-weibo-medium:hover{
	background: url('images/social/medium_71.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wikipedia-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_63.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wikipedia-medium:hover{
	background: url('images/social/medium_63.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wordpress-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_04.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wordpress-medium:hover{
	background: url('images/social/medium_04.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wpcandy-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_53.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wpcandy-medium:hover{
	background: url('images/social/medium_53.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wpbeginner-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_54.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wpbeginner-medium:hover{
	background: url('images/social/medium_54.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-xing-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_55.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-xing-medium:hover{
	background: url('images/social/medium_55.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-yahoo-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_03.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-yahoo-medium:hover{
	background: url('images/social/medium_03.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-yahoobuzz-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_02.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-yahoobuzz-medium:hover{
	background: url('images/social/medium_02.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-youtube-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_01.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-youtube-medium:hover{
	background: url('images/social/medium_01.png') -34px 0px;
	cursor: pointer; 
}
#endingLinks div.social-zerply-medium {
	height: 34px; 
	width: 34px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/medium_64.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-zerply-medium:hover{
	background: url('images/social/medium_64.png') -34px 0px;
	cursor: pointer; 
}


/***** SMALL SOCIAL ******/
#endingLinks div.social-aim-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_43.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-aim-small:hover{
	background: url('images/social/small_43.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-amazon-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_58.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-amazon-small:hover{
	background: url('images/social/small_58.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-apple-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_44.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-apple-small:hover{
	background: url('images/social/small_44.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-bebo-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_42.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-bebo-small:hover{
	background: url('images/social/small_42.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-behance-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_41.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-behance-small:hover{
	background: url('images/social/small_41.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-blogger-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_40.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-blogger-small:hover{
	background: url('images/social/small_40.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-brightkite-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_39.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-brightkite-small:hover{
	background: url('images/social/small_39.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-cargo-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_38.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-cargo-small:hover{
	background: url('images/social/small_38.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-chimein-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_37.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-chimein-small:hover{
	background: url('images/social/small_37.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-delicious-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_36.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-delicious-small:hover{
	background: url('images/social/small_36.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-designbump-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_35.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-designbump-small:hover{
	background: url('images/social/small_35.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-deviantart-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_34.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-deviantart-small:hover{
	background: url('images/social/small_34.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-digg-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_33.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-digg-small:hover{
	background: url('images/social/small_33.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-dopplr-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_59.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-dopplr-small:hover{
	background: url('images/social/small_59.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-dribble-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_50.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-dribble-small:hover{
	background: url('images/social/small_50.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-ebay-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_56.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-ebay-small:hover{
	background: url('images/social/small_56.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-email-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_46.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-email-small:hover{
	background: url('images/social/small_46.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-facebook-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_32.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-facebook-small:hover{
	background: url('images/social/small_32.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-feedburner-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_48.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-feedburner-small:hover{
	background: url('images/social/small_48.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-flickr-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_31.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-flickr-small:hover{
	background: url('images/social/small_31.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-foursquare-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_49.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-foursquare-small:hover{
	background: url('images/social/small_49.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic01-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_30.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic01-small:hover{
	background: url('images/social/small_30.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic02-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_29.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic02-small:hover{
	background: url('images/social/small_29.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic03-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_68.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic03-small:hover{
	background: url('images/social/small_68.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic04-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_69.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic04-small:hover{
	background: url('images/social/small_69.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-generic05-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_70.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-generic05-small:hover{
	background: url('images/social/small_70.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-googlebuzz-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_28.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-googlebuzz-small:hover{
	background: url('images/social/small_28.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-googleplus-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_27.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-googleplus-small:hover{
	background: url('images/social/small_27.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-googletalk-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_26.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-googletalk-small:hover{
	background: url('images/social/small_26.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-imdb-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_60.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-imdb-small:hover{
	background: url('images/social/small_60.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-instagram-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_65.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-instagram-small:hover{
	background: url('images/social/small_65.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-lanyrd-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_67.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-lanyrd-small:hover{
	background: url('images/social/small_67.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-lastfm-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_51.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-lastfm-small:hover{
	background: url('images/social/small_51.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-linkedin-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_25.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-linkedin-small:hover{
	background: url('images/social/small_25.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-live-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_24.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-live-small:hover{
	background: url('images/social/small_24.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-microsoft-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_23.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-microsoft-small:hover{
	background: url('images/social/small_23.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-mobileme-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_45.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-mobileme-small:hover{
	background: url('images/social/small_45.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-myspace-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_22.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-myspace-small:hover{
	background: url('images/social/small_22.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-netvibes-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_21.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-netvibes-small:hover{
	background: url('images/social/small_21.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-newsvine-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_20.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-newsvine-small:hover{
	background: url('images/social/small_20.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-orkut-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_19.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-orkut-small:hover{
	background: url('images/social/small_19.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-paypal-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_47.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-paypal-small:hover{
	background: url('images/social/small_47.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-picasa-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_18.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-picasa-small:hover{
	background: url('images/social/small_18.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-pinterest-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_17.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-pinterest-small:hover{
	background: url('images/social/small_17.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-qik-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_57.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-qik-small:hover{
	background: url('images/social/small_57.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-readability-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_61.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-readability-small:hover{
	background: url('images/social/small_61.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-reddit-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_16.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-reddit-small:hover{
	background: url('images/social/small_16.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-retweet-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_15.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-retweet-small:hover{
	background: url('images/social/small_15.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-rss-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_14.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-rss-small:hover{
	background: url('images/social/small_14.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-sharethis-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_62.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-sharethis-small:hover{
	background: url('images/social/small_62.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-skype-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_13.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-skype-small:hover{
	background: url('images/social/small_13.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-slashdot-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_12.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-slashdot-small:hover{
	background: url('images/social/small_12.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-slideshare-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_11.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-slideshare-small:hover{
	background: url('images/social/small_11.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-soundcloud-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_66.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-soundcloud-small:hover{
	background: url('images/social/small_66.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-spotify-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_52.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-spotify-small:hover{
	background: url('images/social/small_52.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-squidoo-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_10.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-squidoo-small:hover{
	background: url('images/social/small_10.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-stumbleupon-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_09.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-stumbleupon-small:hover{
	background: url('images/social/small_09.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-technorati-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_08.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-technorati-small:hover{
	background: url('images/social/small_08.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-tumblr-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_07.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-tumblr-small:hover{
	background: url('images/social/small_07.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-twitter-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_06.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-twitter-small:hover{
	background: url('images/social/small_06.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-vimeo-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_05.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-vimeo-small:hover{
	background: url('images/social/small_05.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-vkontakte-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_72.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-vkontakte-small:hover{
	background: url('images/social/small_72.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-weibo-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_71.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-weibo-small:hover{
	background: url('images/social/small_71.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wikipedia-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_63.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wikipedia-small:hover{
	background: url('images/social/small_63.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wordpress-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_04.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wordpress-small:hover{
	background: url('images/social/small_04.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wpcandy-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_53.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wpcandy-small:hover{
	background: url('images/social/small_53.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-wpbeginner-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_54.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-wpbeginner-small:hover{
	background: url('images/social/small_54.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-xing-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_55.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-xing-small:hover{
	background: url('images/social/small_55.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-yahoo-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_03.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-yahoo-small:hover{
	background: url('images/social/small_03.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-yahoobuzz-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_02.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-yahoobuzz-small:hover{
	background: url('images/social/small_02.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-youtube-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_01.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-youtube-small:hover{
	background: url('images/social/small_01.png') -24px 0px;
	cursor: pointer; 
}
#endingLinks div.social-zerply-small {
	height: 24px; 
	width: 24px;
	display: inline-block;
	margin: 0px 4px 0px 1px;
	background: url('images/social/small_64.png') 0px 0px;
	cursor: auto;
}
#endingLinks div.social-zerply-small:hover{
	background: url('images/social/small_64.png') -24px 0px;
	cursor: pointer; 
}



/*
#endingLinks img.social{
	margin: 0px 1px 0px 1px;
}
*/
