/* @override http://kk.local:8888/highlander/css/player.css */

#playerHolder {
	padding: 5px;
	position: relative;
	height: 305px;
}

#previewWrapper {
	position: relative;
}

#previewTarget {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}

#preview {
	z-index: 0;
}

#player, #player1 {
	width: 380px;
	position: absolute;
	left: 5px;
	top: 5px;
}

#videoChooser {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 500px;
	height: 300px;
}

#carouselWrapper {
	height: 85px;
	width: 410px;
	position: absolute;
	top: 213px;
	left: 42px;
}

#playerCarousel li {
	width: 105px;
	height: 85px;
}

#playerCarousel li img {
	width: 100px;
	height: 75px;
	margin: 5px 0 5px 5px;
}

#carouselPrev, #carouselNext {
	width: 20px;
	position: absolute;
	bottom: 33px;
}

#carouselPrev {
	left: 10px;
}

#carouselNext {
	right: 10px;
}

#usageHint {
	position: absolute;
	top: 300px;
	right: 0;
	width: 500px;
	font-size: 10px;
	color: white;
	text-align: center;
}