﻿@charset 'utf-8';
		.top-button{
			background: transparent url(../../plugins/page_scrolling/icons/up_01.png) center center no-repeat;
			color: #fff;
			border: #000 solid 0px;
			width: 10px;
			height: 10px;
			font-family: verdana;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-o-border-radius: 10px;
			cursor: pointer;
			padding: 14px;
			margin-right: 15px;
			}
		
