.episode-tout {
	display: block;
	position: absolute;
	width: 180px;
	height: auto;
	overflow: hidden;
	z-index: 10;
	text-align: center;
	padding: 2px;
	border: 2px solid rgba(255,255,255,0.6);
}
.episode-tout.active {
	cursor: pointer;
}
.episode-tout img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	transition: border-color 420ms;
	-webkit-transition: border-color 420ms;
}
	
.episode-tout.episode1 {
	top: 100px;
	left: 220px;
}

.episode-tout.episode2 {
	top: 100px;
	right: 310px;
}

.episode-tout.episode3 {
	top: 100px;
	right: 50px;
}

.episode-tout.episode4 {
	bottom: 100px;
	left: 220px;
}
.episode-tout.episode5 {
	bottom: 100px;
	right: 310px;
}
.episode-tout.chat {
	bottom: 100px;
	right: 50px;
}

.tout-title {
	display: block;
	position: relative;
	width: 100%;
	color: rgba(0,0,0,0.7);
	line-height: 100%;
	margin-top: 5px;
	font-size: 1.25em;
	transition: color 420ms;
	-webkit-transition: color 420ms;
	font-family:'Frutiger LT W01 65 Bold';
}
.tout-subtitle {
	color: rgba(0,0,0,0.7);
	line-height: 100%;
	font-size: 1.125em;
	transition: color 420ms;
	-webkit-transition: color 420ms;
	font-family:'Frutiger LT W01 65 Bold';
}
.episode-tout:hover .tout-title, .episode-tout:hover .tout-subtitle {
	color: rgba(0,0,0,1);
}
.episode-tout:hover img {
	border-color: rgba(255,255,255,1);
}