.scroll_container{
	position: relative;
	overflow: hidden !important;
}

.scroll_container .scroll_bar{
	width:100%;
	height: 12px;
	background-color: #d1d0d0;
	position: absolute;
	bottom:0px;
	z-index: 60;
}

.scroll_container .scroll_bar.upper{
	top:0px;
	z-index:60;
}

.scroll_container .scroll_cursor{
	height:100%;
	width:100px;
	background-color: #39a9dc;
	cursor: pointer;
	position: relative;
}

.scroll_container .scroll_content{
	position: relative !important;
	overflow: hidden !important;
	
	cursor: url(//www.google.com/intl/en_ALL/mapfiles/openhand.cur), move;
	cursor: -webkit-grab; 
	cursor: -moz-grab;
	
}

.drag_area_scroll{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	z-index: 1200;
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;
	cursor: url(//www.google.com/intl/en_ALL/mapfiles/closedhand.cur), move;
	
}

.unselectable{
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}
