@charset "utf-8";
/* CSS Document */

.lc_gutter_shell{
	width:100%;
	position:relative;
}

.lc_gutter-left {
	position: fixed;
	
	width: 120px;
	min-height: 600px;
	max-height: 700px;
	text-align: right;
	z-index:99998;
}

.lc_gutter-right {
	position: fixed;
	
	width: 120px;
	min-height: 600px;
	max-height: 700px;
	z-index:99998;
}