/* Top style */
#toTop { 
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: -999px;
	background: url("/ezfiles/0/1000/style/35/taitheology-pic/small-arrow.gif") no-repeat left top;
	cursor: pointer;
}
#toTopHover {
	background: url("/ezfiles/0/1000/style/35/taitheology-pic/small-arrow.gif") no-repeat left -51px;
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}
#toTop:hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=0.6);}
