::-webkit-scrollbar {
	width: 5px;
	height: 7px;
}
/*Track*/
::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-track{
  /*
  	-webkit-border-radius: 10px;
    border-radius: 10px;
  */
  -webkit-box-shadow: inset 0 0 6px rgba(32, 55, 95,0.3);
}
/*Thumb*/
::-webkit-scrollbar-thumb{
   /* 
		-webkit-border-radius: 10px;
		border-radius: 10px;
	*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive{
    background: rgba(231,231,231,0.4);
}
::-webkit-scrollbar-thumb:active { 
	background: rgba(102, 102, 102,0.8);
}
.move-top{
 display : none;
 border : none;
 top  : 0;
 left : 0;
 z-index : 9999;
 position : fixed;
}
#profile_block{
 clear : both;
}