.scrollTop{
	background: rgba(255,255,255,0.4);
	position: fixed;
	width: 70px;
	height: 100%;
	bottom: 0px;
	left: 0px;
	padding: 4px;
	margin: 0px;  
	
}  

.scrollTop:hover{ 

} 

.scrollTopc{
	background: url("/core/button-up/bg-01.png") no-repeat scroll 50% 50%;
    position: fixed;
	width:50px;
	height:70px;
	bottom:10px;
	left:10px;
	padding:4px;
	border-radius: 5px;
	}
.scrollTopc:hover{ 

} 

.scrollTopz{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(163,163,163,0) 36%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(36%,rgba(163,163,163,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(163,163,163,0) 36%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(163,163,163,0) 36%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(163,163,163,0) 36%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(163,163,163,0) 36%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

    position: fixed;
	width:50px;
	height:70px;
	bottom:10px;
	left:10px;
	opacity: 0.2;
	padding:4px;
	border: rgba(40,40,4,20) solid 1px;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	border-radius: 5px;
}
.scrollTopz:hover{ 
	opacity: 0.7;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	border: rgba(40,40,40,155) solid 1px;
} 