/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

	.sban {
			width: 500px;
			height: 100%;
			position: absolute;
			top: -96px;
		}
		.sban-left { 
			left: -500px;
		}
		.sban-right { 
			right: -500px;
    }
    
    .sban-inner {
      position: fixed;
      height: 100%;
      width: 500px;
    }