div.switch {
	display: inline-block;
}

div.fluid-switcher-block {
	margin-bottom: 2em;
	margin-top: 1em;
}

.fluid-switcher-block div.portfolio_screenshot {
	display: none;
	margin-top: 0;
}

.fluid-switcher-block div.selected_layout {
	display: block;
}

.fluid-switcher-block .switch {
	display: inline-block;
	margin: 5px;
	height: 35px;
	cursor: pointer;
	background: url('fluid-ico.png') no-repeat;
}

.fluid-switcher-block .switch.selected_switcher {
	cursor: default
}

.fluid-switcher-block .switch.mobile {
	width: 20px;
	background-position: 0 0;
}

.fluid-switcher-block .switch.hovered_switcher.mobile {
	background-position: -36px 0;
}

.fluid-switcher-block .switch.selected_switcher.mobile {
	background-position: -71px 0;
}

.fluid-switcher-block .switch.smalldesk {
	width: 58px;
	background-position: -111px 0; 
}

.fluid-switcher-block .switch.hovered_switcher.smalldesk {
	background-position: -179px 0;
}

.fluid-switcher-block .switch.selected_switcher.smalldesk {
	background-position: -245px 0;
}

.fluid-switcher-block .switch.largedesk {
	width: 43px;
	background-position: -325px 0; 
}

.fluid-switcher-block .switch.hovered_switcher.largedesk {
	background-position: -378px 0; 
}

.fluid-switcher-block .switch.selected_switcher.largedesk {
	background-position: -430px 0; 
}
