.switcher{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.start-container {
	color:#393939;
	display: inline-table;
	white-space: nowrap;
	vertical-align: middle;
	-moz-box-shadow: 0 1px 1px 0 rgba(255,255,255,.6);
	box-shadow: 0 1px 1px 0 rgba(255,255,255,.6);
}

.start-container .button {
	border-collapse: collapse;
	box-sizing: border-box;
	position: relative;
	padding: 1px;
	text-align: left;
	margin: 0;
	z-index: 2;
	display: inline-block;
	outline: 0;
	white-space: nowrap;
	vertical-align: top;
	-moz-user-select: none;
	user-select: none;
	border-width: 1px !important;
	font-size:13px;
	cursor: pointer;
}

.start-container .button::after, 
.start-container .button::before {
	position: absolute;
	right: 0;
	content: '';
	width: auto;
	height: auto;
}

.start-container .button::before {
	z-index: 4;
	bottom: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.45);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
	background: -moz-linear-gradient(top,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0.15) 0,rgba(0,0,0,0.45) 100%);
}

.start-container .button::after {
	z-index: 5;
	bottom: 1px;
	left: 1px;
	top: 1px;
	background: #fff;
	background: -webkit-linear-gradient(top,#fff 30%,#ddd 92%,#cecece 100%);
	background: -moz-linear-gradient(top,#fff 30%,#ddd 92%,#cecece 100%);
	background: -o-linear-gradient(top,#fff 30%,#ddd 92%,#cecece 100%);
	background: -ms-linear-gradient(top,#fff 30%,#ddd 92%,#cecece 100%);
	background: linear-gradient(to bottom,#fff 30%,#ddd 92%,#cecece 100%);
}

.start-container .left-button.button::before {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-background-clip: padding-box;
}
.start-container .left-button.button::after {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-background-clip: padding-box;
}
.start-container .right-button.button::before {
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-background-clip: padding-box;
}
.start-container .right-button.button::after {
	right: 1px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-background-clip: padding-box;
}


.start-container .active {
	color: #7a7254;
	z-index: 3;
}

.start-container .active::before {
	background: #ffeca6;
	background: -webkit-linear-gradient(top,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	background: -moz-linear-gradient(top,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	background: -o-linear-gradient(top,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	background: -ms-linear-gradient(top,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	background: linear-gradient(to bottom,rgba(255,236,166,0.4) 0,rgba(255,246,213,0.4) 100%);
	-moz-box-shadow: inset 0 1px 5px rgba(30,23,0,.7);
	box-shadow: inset 0 1px 5px rgba(30,23,0,.7);
}


.start-container .active::after {
	right: 1px;
	background: #ffeca6;
	background: -webkit-linear-gradient(top,#ffeca6 0,#fff6d5 100%);
	background: -moz-linear-gradient(top,#ffeca6 0,#fff6d5 100%);
	background: -o-linear-gradient(top,#ffeca6 0,#fff6d5 100%);
	background: -ms-linear-gradient(top,#ffeca6 0,#fff6d5 100%);
	background: linear-gradient(to bottom,#ffeca6 0,#fff6d5 100%);
	-moz-box-shadow: inset 0 1px 3px -1px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 3px -1px rgba(0,0,0,.5);
}

.start-container .active-next::after {
	left: -1px;
}

.start-container .content {
	display: inline-block;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
	height: 20px;
	padding: 0 30px;
}

.start-container .text {
	position: relative;
	z-index: 6;
	line-height: 21px;
	top: -1px;
}

.switcher-content {
	position: relative;
}

.switch_screenshot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	visibility: visible;
	z-index: 1;
}

.selected_layout {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
	min-height: 150px;
}

label {
	font-size: 13px !important;
	line-height: 20px !important;
	font-family: 'Helvetica Neue', sans-serif !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

