* {margin: 0; padding: 0; border: 0; vertical-align: baseline; list-style: none; text-decoration: none; tab-size: 2;}

.container-inner {width: 2050px; height: 400px; background: url("fgc-timeline.jpg") no-repeat 0 0;}

.container-outer {width: 540px; height: 400px; overflow-x: scroll; overflow-y: hidden;}
.container-outer::-webkit-scrollbar {height: 6px;}
.container-outer::-webkit-scrollbar-track { -webkit-border-radius: 2px; border-radius: 2px;}
.container-outer::-webkit-scrollbar-track-piece {background: #fafbfe; border-radius: 2px; -webkit-border-radius: 2px;}
.container-outer::-webkit-scrollbar-thumb {-webkit-border-radius: 10px; border-radius: 2px; background: #0bf;}
.container-outer::-webkit-scrollbar-thumb:window-inactive {background: #0bf;}

@media only screen and (max-width: 480px) {
	.container-outer {width: 315px;}
}