﻿
.rrRelativeWrapper
{
	border-width: 0 !important;
}

.rrClipRegion 
{
	border-width: 0 !important;
}

.scrollup
{
	width: 51px;
	height: 51px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	background: url('/images/Template/scrollup.png') no-repeat;
	z-index: 20000;
}


.nav-up
{
	top: -100px !important;
}

.nav-down
{
	top: 0 !important;
}

.floatingheader
{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2500; 
	-moz-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	-webkit-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}
