.image-switcher {
	background: url("/~/media/30B0388CECAE4105A3B8C54AB7B694D3.jpg") no-repeat 0 0;
	height: 280px;
	width: 600px;
	padding-bottom: 15px;
}
.image-switcher a {
	display: block;
	width: 25%;
	height: 100%;
	float: left;
	/* text-indent: -9999px; */
	position: relative;
	padding-bottom: 40px;
	font-size: 11px;
}
.image-switcher span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	display: block;
	height: 30px;
	width: 130px;
	background: #fff;
	cursor: pointer;
}
.image-switcher a:hover span {
	text-decoration: underline;
}
.image-switcher-active a {
	/* background: url("/~/media/6DD033FE30814118B8CC25FCE52F772F.png") repeat 0 0;
	background: rgba(0, 0, 0, .7); */
	background: url("/~/media/A72B273EDBEC4B7CA4666F5DAA66E2E5.png") repeat 0 0;
	background: rgba(0, 0, 0, .25);
}
.image-content-wrap {
	padding-top: 15px;
}
.image-content {
	display: none;
}
.image-content h3 {
	margin-top: 0;
	width: auto;
}
a.switcher-active {
	background: none;
}
a.switch-back {
	float: right;
	padding: 0 10px 0 0;
}
a.switch-back:hover {
	text-decoration: underline;
}
.switcherLineTop, .switcherLineBottom {
	background: url("/~/media/8EE079F4399B4C5DAED945A4D83080E8.png") no-repeat 0 0;
	height: 24px;
	width: 600px;
	clear: both;
}
.switcherLineBottom {
	background-image: url("/~/media/A972F82B6842400CBA2F78995A3BC266.png");
}