/* CSS Document */

.containervideo {
	width: 100%;
	position: relative;
}
.containervideo module {
	width: 100%;
	position: relative;
	display: block;
}
.containervideo moduleprefs {
	width: 100%;
	position: relative;
	display: block;
}
.containervideo content {
	width: 100%;
	position: relative;
	display: block;
}
.containervideo content .fundo {
	width: 100%;   
	height: 100%;
}
.containervideo content #playerMain {
	width: 90%;
	position: relative;
}
.containervideo content #player {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.containervideo content #player .player {
	width: 100%;
	height: 100%;
	border: none;
}
.containervideo content .carousel {
	width: 100%;
	max-height: 190px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.containervideo content .carousel .thumbnail {
	width: 20%;
	height: auto;
	float: left;
	box-shadow: none;
	border: 1px solid #fff;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
	background: #000;
	cursor: pointer;
}

