/* CSS Document */

#naGore{
	background-color:#F00;
	position:fixed;
	top:80%;
	left:90%;
	width:50px;
	height:50px;
	cursor:pointer;
	border-radius:100% 100% 100% 100%;
	z-index:2;
	
}


#strzalka {
	width: 0;
	border: 12px solid transparent;
	border-bottom: 10px solid #FFF;
	position: relative;
	top: 0px;
	color:white;
	margin:0 auto;
}
#strzalka:after {
	content: '';
	position: absolute;
	left: -5px; 
    top: 10px;
	width: 0;
	border: 5px solid transparent;
	border-top: 20px solid #FFF;
    border-bottom: 0px;
	margin:0 auto;
}