#gmap-route {
	height: 500px;
	width: 100%;
}

#gmap-contact {
	height: 400px;
	width: 100%;
}

#gmap-things-to-do {
	height: 600px;
	width: 100%;
}

.map-side-non-scroll {
	overflow: scroll;
	height: 500px;
}

.scrollbar {
	float: left;
	height: 600px;
	overflow-y: scroll;
}

.force-overflow {
	min-height: 450px;
}

#wrapper {
	text-align: center;
	width: 500px;
	margin: auto;
}
#scrollbar-style::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#scrollbar-style::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#scrollbar-style::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
	left bottom,
	left top,
	color-stop(0.44, #28ABE3));
}
