@charset "utf-8";
/* CSS Document */


		#back-to-top{
			display:none;
			position:fixed;
			bottom:0px;
			right:0;
		   opacity: 0.5;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	}
	/*#back-to-top a{
		text-align:center;
		text-decoration:none;
		color:#d1d1d1;
		display:block;
		width:60px;
		/*CSS--transition*/
	/*	-moz-transition:color 1s; 
		-webkit-transition:color 1s;
		-o-transition:color 1s;
	}*/
	#back-to-top a:hover{
		 opacity: 0.9;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	}
	#back-to-top a span{
		
		border-radius:6px;
		display:block;
		height:60px;
		width:60px;
		background:url(../images/up.png) no-repeat center;
		margin-bottom:-15px;
	
	}
	#back-to-top a:hover span{
		background:url(../images/up.png) no-repeat center;
			 opacity: 0.9;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	}