#toTop {z-index:5000; background-color:#000; }
#toTop, #toTopHover { background-image:url('../../../images/public/icon_top_scroll.png'); }
#toTop {
	-webkit-box-shadow:0 0 3px #000;
	-moz-box-shadow:0 0 3px #000;
	box-shadow:0 0 3px #000;
}
/*  Top Scroll  */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:5px;
	right:5px;
	overflow:hidden;
	width:40px;
	height:40px;
	border:none;
	text-indent:-999px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-repeat:no-repeat;
	background-position:left -40px;
	cursor:pointer;
}
#toTopHover {
	background-repeat:no-repeat;
	background-position:left 0;
	width:40px;
	height:40px;
	display:block;
	overflow:hidden;
	float:left;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}

