.switcher div{
	display:none;
}

.switcher .descr6 {
	display: block;
}


.switcher div.selected_layout {
	display: block;
}

.switcher span {
	color: #008ace;
	cursor: pointer;
	border-bottom: 1px dotted #008ace;
	margin: 2px;
}

.switcher span.active {
	color: black;
	background-color: #EBEBCF;
	cursor: default;
	padding: 2px;
	margin: 0;
	border: 0;
}

.switcher .switch-pic {
	width: 100%;
	padding-bottom: 10px;
	margin-left: 0px;
	text-align:center;
	white-space: nowrap;
}

.switcher .switch-pic .switch { 
	display: inline-block;
	padding: 20px;
	border-bottom: none !important;
	position: relative;
	cursor: pointer;
}

.switcher .switch-pic .switch span {
	display: none;
}

.switcher .switch-pic .switch.active {
	cursor: default;
}
	
.switcher .switch-pic .active.switch span {
	display: block; 
	border-bottom: none !important;
	color: black;
	cursor: default;
}

.switcher p {
	position: relative;
	z-index:10;
}
