/*
skins available:
	- default
*/
/* the border */

.universal_video_backgroundBorder {
	position:relative;
	/*overflow:hidden;*/
}


/* the container */
.universal_video_background {
	position:relative;
}
.setAsBg {
	position:fixed;
	z-index:0;
	margin:0;
	padding:0;
	left:0;
	top:0;
	overflow: hidden;
}
.universal_video_background.thumbs  .texture_over_image {
	position:absolute;
	z-index:4;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
}

.universal_video_background_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}



/***default SKIN***/
.universal_video_background.thumbs .lbg_player {
	z-index:-1;	
	position:absolute;
}

.universal_video_background.thumbs .lbg_vimeo_player {
	z-index:-1;
	position:absolute;
}

.universal_video_background.thumbs .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:6;
	width:100%;
}





.universal_video_background.thumbs .thumbsHolderWrapper {
	position:absolute;
	height:72px;
	width:100%;
	z-index:6;
	overflow:hidden;
}
.universal_video_background.thumbs .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:72px;
	overflow:hidden;
}
.universal_video_background.thumbs .thumbsHolder {
	position:absolute;
}
.universal_video_background.thumbs .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	/*width:110px;
	height:65px;*/
	cursor: pointer;
	border-width:3px;
	border-style:solid;
	border-color:'transparent';
	overflow:hidden;
	/*border-color:transparent !important;*/
}



.universal_video_background.thumbs .thumbsHolder_ThumbOFF img {
	display:block;
	margin:0;
	padding:0;
}

/*.universal_video_background.thumbs .thumbsHolder_ThumbON {
	border-width:2px;
	border-style:solid;
	border-color: #000000;*/
	/*border-color:#FF0 !important;*/
/*}*/

.universal_video_background.thumbs .carouselLeftNav {
	position:absolute;
	width:44px;
	height:70px;
	background:url(../images/carouselLeftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.universal_video_background.thumbs .carouselLeftNav:hover {
	background:url(../images/carouselLeftNavON.png) 0 0 no-repeat;
}

.universal_video_background.thumbs .carouselLeftNavDisabled {
	background:url(../images/carouselLeftNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.universal_video_background.thumbs .carouselLeftNavDisabled:hover {
	background:url(../images/carouselLeftNavDisable.png) 0 0 no-repeat;
}

.universal_video_background.thumbs .carouselRightNav {
	position:absolute;
	width:44px;
	height:70px;
	background:url(../images/carouselRightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.universal_video_background.thumbs .carouselRightNav:hover {
	background:url(../images/carouselRightNavON.png) 0 0 no-repeat;
}

.universal_video_background.thumbs .carouselRightNavDisabled {
	background:url(../images/carouselRightNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.universal_video_background.thumbs .carouselRightNavDisabled:hover {
	background:url(../images/carouselRightNavDisable.png) 0 0 no-repeat;
}







.hideElement {
	display:none;
}




