/* social shares */
.social {
	display: none;
	position: absolute;
	bottom: 20px;
	left:10px;
	height: 160px;
	width:140px;
	padding: 5px;
}
.social h1 {
	font-size:14px;
}
.social-hover {
	display:inline-block;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.social-hover:hover {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}
.social button {
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	border: none;
	padding: 0px;
	margin: 0px;
}
.Facebook {
	background: url(/tours/skin/default/facebook-32x32.png) no-repeat;
}
.Twitter {
	background: url(/tours/skin/default/twitter-32x32.png) no-repeat;
}
.Digg {
	background: url(/tours/skin/default/digg-32x32.png) no-repeat;
}
.Delicious {
	background: url(/tours/skin/default/delicious-32x32.png) no-repeat;
}
.Linkedin {
	background: url(/tours/skin/default/linkedin-32x32.png) no-repeat;
}
.Reddit {
	background: url(/tours/skin/default/reddit-32x32.png) no-repeat;
}
.MySpace {
	background: url(/tours/skin/default/myspace-32x32.png) no-repeat;
}
.StumbledUpon {
	background: url(/tours/skin/default/stumbleupon-32x32.png) no-repeat;
}
.GooglePlus {
	background: url(/tours/skin/default/gplus-32.png) no-repeat;
}