.switcher-block-2 div {display: none;}
.switcher-block-2 div.selected_layout-2 {display: block;}
.switcher-block-2 p.descr {margin-top: 0;}

/*.switcher-block-2 span.selected_switcher-2 {
color: black;
background-color: #CCC;
cursor: default;
padding: 2px;
border: 0;
}*/

.switcher-block-2 .switch-2 {
display: inline;
height: 59px;
}

.switcher-block-2 .shadow {
display: inline;
height: 16px;
}

.switcher-block-2 .shadow img {
margin: 3px 11px 0;
}

.switcher-block-2 .switch-2 img {
margin: 8px;
background: #ffffff;
cursor: pointer;
cursor: hand;
}

.switcher-block-2 .selected_switcher-2 img {
margin: 0;
padding: 8px;
cursor: auto;
border-radius: 3px;
/*background: #ffd800;*/
background-image: linear-gradient(bottom, rgb(254,157,1) 28%, rgb(254,182,1) 64%);
background-image: -o-linear-gradient(bottom, rgb(254,157,1) 28%, rgb(254,182,1) 64%);
background-image: -moz-linear-gradient(bottom, rgb(254,157,1) 28%, rgb(254,182,1) 64%);
background-image: -webkit-linear-gradient(bottom, rgb(254,157,1) 28%, rgb(254,182,1) 64%);
background-image: -ms-linear-gradient(bottom, rgb(254,157,1) 28%, rgb(254,182,1) 64%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.28, rgb(254,157,1)),color-stop(0.64, rgb(254,182,1)));
}

.switcher-block-2 div.portfolio_screenshot {margin-top: 0;}

