﻿body
{
    height: auto !important;
	position: relative;
}

.fixed 
{
	position: fixed !important;
	top: 10px; 
	z-index: 9999; 
}

.closeBlock
{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 25px;
	height: 15px;
	background: #FFF;
	color: #000;
	font-weight: bold;
	border-radius: 15px;
	z-index: 99;
	text-align: center;
	border: 1px solid #000;
	padding: 5px 0;
	cursor: pointer;
}

.black_block
{
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	z-index: 99;
	left: 0;
}

.up_scroll
{
	padding: 0px;
	margin: 0px;
	position:fixed;
	display:none;
	cursor:pointer;
	z-index: 100;
}

*html .up_scroll
{
        position:absolute !important;
}