.tchover-wrapper{
	position:relative;
	/overflow:hidden;/
	width:0px;
	height:0px;
	margin:0 0 15px 0;
}

.tchover-wrapper.tcleft{
	float:left;
	margin:0 20px 15px 0 !important;
}

.tchover-wrapper.tcright{
	float:right;
	margin:0 0 15px 20px !important;
}

.tchover-wrapper img{
	z-index:1;
	position:relative;
	max-width:100% !important;
	max-width:100% !important;
	margin:0px !important;
	padding:0px !important;
	border:none !important;
}

.tchover-wrapper span.tchover-span{
	display:none;
	z-index:3;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	float:left;
}

.tchover-wrapper span.tchover-span a.tchover-button{
	background:url(../images/tchover.png) no-repeat transparent;
	display:block;
	width:24px;
	height:24px;
	float:left;
	text-indent:-9999px;
	margin:0 5px 0 0;
	border:0px !important;
	outline:none !important;
}

.tchover-wrapper span.tchover-span a.tchover-button.share{background-position:0 0;}
.tchover-wrapper span.tchover-span a.tchover-button.share:hover{background-position:0 -25px;}
.tchover-wrapper span.tchover-span a.tchover-button.tweet{background-position:0 -50px;}
.tchover-wrapper span.tchover-span a.tchover-button.tweet:hover{background-position:0 -75px;}
.tchover-wrapper span.tchover-span a.tchover-button.pin{background-position:0 -100px;}
.tchover-wrapper span.tchover-span a.tchover-button.pin:hover{background-position:0 -125px;}
.tchover-wrapper span.tchover-span a.tchover-button.plus{background-position:0 -150px;}
.tchover-wrapper span.tchover-span a.tchover-button.plus:hover{background-position:0 -175px;}