.alnga-video,
.alnga-video-holder {
	position: relative;
	width: 960px;
	height: 506px;
}

#video-cook .mejs-container {
	background: url('../images/poster-cook.jpg') no-repeat center center;
}
#video-shower .mejs-container {
	background: url('../images/poster-shower.jpg') no-repeat center center;
}
#video-warmth .mejs-container {
	background: url('../images/poster-warmth.jpg') no-repeat center center;
}
#video-dryer .mejs-container {
	background: url('../images/poster-dryer.jpg') no-repeat center center;
}
#video-grill .mejs-container {
	background: url('../images/poster-grill.jpg') no-repeat center center;
}

.alnga-video .mejs-container .mejs-controls {
	background: none;
}
.alnga-video-nav {
	position: absolute;
	left: 22.5px;
	top: 22.5px;
	z-index: 200;
}
.alnga-video-nav,
.alnga-video-nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.alnga-video-nav li a {
	color: #fff;
	font-family: 'omnes-pro', sans-serif;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
	opacity: .6;
}
.alnga-video-nav li a.current,
.alnga-video-nav li a:hover {
	opacity: 1;
}
.alnga-video-holder {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	overflow: hidden;
}
.alnga-video-holder.current {
	display: block;
}
.alnga-video-holder .note {
	position: absolute;
	min-height: 43px;
	padding-left: 35px;
	font-size: 14px;
	line-height: 43px;
	font-weight: 500;
	cursor: pointer;
	z-index: 100;
}
.alnga-video-holder .note.multi {
	padding-top: 8px;
	line-height: 1;
}
.alnga-video-holder .note span {
	display: none;
}
.alnga-video-holder .bolt {
	background: url('../images/bolt.png') no-repeat;
}
.alnga-video-holder .flame {
	background: url('../images/flame.png') no-repeat;
}
#video-cook .note1 {
	left: 208px;
	top: 280px;
}
#video-cook .note2 {
	left: 646px;
	top: 73px;
}
#video-cook .note3 {
	left: 525px;
	top: 343px;
}
#video-cook .note4 {
	left: 674px;
	top: 440px;
}
#video-shower .note1 {
	left: 258px;
	top: 316px;
}
#video-shower .note2 {
	left: 675px;
	top: 43px;
}
#video-shower .note3 {
	left: 575px;
	top: 412px;
}
#video-warmth .note1 {
	left: 285px;
	top: 215px;
}
#video-warmth .note2 {
	left: 650px;
	top: 130px;
}
#video-warmth .note3 {
	left: 550px;
	top: 410px;
}
#video-warmth .note4 {
	left: 716px;
	top: 450px;
}
#video-dryer .note1 {
	left: 220px;
	top: 262px;
}
#video-dryer .note2 {
	left: 676px;
	top: 295px;
}
#video-dryer .note3 {
	left: 570px;
	top: 414px;
}
#video-grill .note1 {
	left: 305px;
	top: 170px;
}
#video-grill .note2 {
	left: 585px;
	top: 65px;
}
#video-grill .note3 {
	left: 520px;
	top: 310px;
}
