/*
 *  STYLE 2
 */
 .styleBar::-webkit-scrollbar-track
 {
 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 	border-radius: 10px;
 	background-color: #F5F5F5;
 }
 .styleBar::-webkit-scrollbar
 {
 	width: 9px;
 	background-color: #F5F5F5;
 }
 .styleBar::-webkit-scrollbar-thumb
 {
 	border-radius: 10px;
 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 	background-color:#6f6f6f;
 }
