@charset "UTF-8";
/* CSS Document */

/*
skins available:
	- bullets
	- thumbs
*/

/* the container */
.fullscreen_background {
	position:relative;
	line-height:20px;
	height:100%;
	width:100%;
}
.fullscreen_background img {
	position: relative !important; 
	display: block;
	height: auto !important;
	margin:0;
	border:none !important;
	padding:0 !important;
	/*-webkit-backface-visibility: hidden;*/
}

/*.fullscreen_background img {
	position: relative !important; 
	display: block;
	max-width: none !important;
	min-width: none !important;
	max-height: none !important;
	min-height: none !important;
	/*width: auto !important;
	height: auto !important;*/
	/*margin:0;
	border:none !important;
	padding:0 !important;
	/*-webkit-backface-visibility: hidden;
}*/


.fullscreen_background_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.fullscreen_background .contentHolderVisibleWrapper {
	position:absolute;
	overflow:hidden;
	margin-top:0px;
	*margin-top:-20px;
}
.fullscreen_background .contentHolder {
	position:absolute;
}
.fullscreen_background .contentHolderUnit {
	/*position:relative;
	float:left;*/
	display:block;
	overflow:hidden;
}
.setAsBg {
	position:fixed;
	z-index:0;
	margin:0;
	padding:0;
	left:0;
	top:0;
	overflow: hidden;
}
.fullscreen_background .texture_over_image {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
}

.mycanvas {
	/*border:1px solid #ff0000;*/
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}
.myloader {
	background:url(skins/loader.gif);
	width:32px;
	height:32px;
	position:absolute;
	left:49%;
	top:300px;
	z-index:5;
}


/***VIDEO***/
.empty{
	background:url(skins/empty.png) 0 0 repeat-x;
	width:100%;
	height:80%;
	position:absolute;
	z-index:15;
}

iframe{
	position:relative;
	z-index:14;
}


/***bullets SKIN***/
.fullscreen_background.bullets .contentHolderVisibleWrapper {
	position:absolute;
	overflow:hidden;
	margin-top:0px;
}

.fullscreen_background.bullets .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.fullscreen_background.bullets .leftNav {
	position:absolute;
	left:25px;
	width:63px;
	height:72px;
	background:url(skins/bullets/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.fullscreen_background.bullets .leftNav:hover {
	background:url(skins/bullets/leftNavON.png) 0 0 no-repeat;
}
.fullscreen_background.bullets .rightNav {
	position:absolute;
	right:25px;
	width:63px;
	height:72px;
	background:url(skins/bullets/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.fullscreen_background.bullets .rightNav:hover {
	background:url(skins/bullets/rightNavON.png) 0 0 no-repeat;
}
.fullscreen_background.bullets .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-56px;
	z-index:3;
	padding-left:9px;
}
.fullscreen_background.bullets .bottomNavButtonOFF {
	float:left;
	display:block;
	width:15px;
	height:15px;
	background:url(skins/bullets/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:6px;
	cursor: pointer;
}

.fullscreen_background.bullets .bottomNavButtonON {
	float:left;
	display:block;
	width:15px;
	height:15px;
	padding-left:6px;
	background:url(skins/bullets/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.fullscreen_background.bullets .bottomOverThumb {
	position:absolute;
	width:88px;
	height:95px;
	background:url(skins/bullets/bottomOverThumbBg.png) 0px 0px no-repeat;
	bottom:25px;
	margin-left:-44px;
}
.fullscreen_background.bullets .innerBottomOverThumb {
	position:relative;
	width:80px;
	height:80px;
	margin:4px 0 0 4px;
	overflow:hidden;
}
.fullscreen_background.bullets .bottomOverThumb img {

}
.fullscreen_background.bullets .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(skins/bullets/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.fullscreen_background.bullets .playOver:hover {
	background:url(skins/bullets/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}
















/***thumbs SKIN***/
.fullscreen_background.thumbs .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.fullscreen_background.thumbs .leftNav {
	position:absolute;
	left:25px;
	margin-top:0px;
	width:60px;
	height:110px;
	background:url(skins/thumbs/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.fullscreen_background.thumbs .leftNav:hover {
	background:url(skins/thumbs/leftNavON.png) 0 0 no-repeat;
}
.fullscreen_background.thumbs .rightNav {
	position:absolute;
	right:25px;
	margin-top:0px;
	width:60px;
	height:110px;
	background:url(skins/thumbs/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.fullscreen_background.thumbs .rightNav:hover {
	background:url(skins/thumbs/rightNavON.png) 0 0 no-repeat;
}

.fullscreen_background.thumbs .playOver {
	position:absolute;
	width:75px;
	height:100px;
	background:url(skins/thumbs/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.fullscreen_background.thumbs .playOver:hover {
	background:url(skins/thumbs/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}



/* thumbs */
.fullscreen_background.thumbs .thumbsHolderWrapper {
	position:absolute;
	height:72px;
	width:100%;
	z-index:2;
	overflow:hidden;
}
.fullscreen_background.thumbs .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:72px;
	overflow:hidden;
}
.fullscreen_background.thumbs .thumbsHolder {
	position:absolute;
}
.fullscreen_background.thumbs .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	width:110px;
	height:65px;
	cursor: pointer;
	border-width:3px;
	border-style:solid;
	border-color:#7a7a7a;
	/*border-color:transparent !important;*/
}



.fullscreen_background.thumbs .thumbsHolder_ThumbOFF img {
	display:block;
	margin:0;
	padding:0;
}

/*.fullscreen_background.thumbs .thumbsHolder_ThumbON {
	border-width:2px;
	border-style:solid;
	border-color: #000000;*/
	/*border-color:#FF0 !important;*/
/*}*/

.fullscreen_background.thumbs .carouselLeftNav {
	position:absolute;
	width:44px;
	height:70px;
	background:url(skins/thumbs/carouselLeftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.fullscreen_background.thumbs .carouselLeftNav:hover {
	background:url(skins/thumbs/carouselLeftNavON.png) 0 0 no-repeat;
}

.fullscreen_background.thumbs .carouselLeftNavDisabled {
	background:url(skins/thumbs/carouselLeftNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.fullscreen_background.thumbs .carouselLeftNavDisabled:hover {
	background:url(skins/thumbs/carouselLeftNavDisable.png) 0 0 no-repeat;
}

.fullscreen_background.thumbs .carouselRightNav {
	position:absolute;
	width:44px;
	height:70px;
	background:url(skins/thumbs/carouselRightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.fullscreen_background.thumbs .carouselRightNav:hover {
	background:url(skins/thumbs/carouselRightNavON.png) 0 0 no-repeat;
}

.fullscreen_background.thumbs .carouselRightNavDisabled {
	background:url(skins/thumbs/carouselRightNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.fullscreen_background.thumbs .carouselRightNavDisabled:hover {
	background:url(skins/thumbs/carouselRightNavDisable.png) 0 0 no-repeat;
}






















/*********************************Text Styles***************************************************/

.fullscreen_background_texts {
	position:absolute;
	z-index:2;
	display: none;
	font-size:1.3em!important;
	bottom: 60px!important;
    left: 35px!important;
	z-index:99;
}
.fullscreen_background_text_line {
	position:absolute;
	bottom: 0px;
    left: 0px;
	width:100%;
}
/****/



/***bulletsFixedDimensionsTexts***/

#legende1, #legende2 {
	font-family: "eb_garamondregular", Times, serif;
	color:#000;
	width:340px!important;
}

#legendeWhite {
	font-family:"eb_garamondregular", Times, serif;
	width:340px!important;
	font-size:1em!important;
}

#legendeWhite a{
	color:#FFF!important;
}

#legende3 h1, #legende3 h2, #legende3 h3 {
	font-family: "eb_garamondregular", Times, serif;
	color:#FFF;
	background-color:#000;
	display:inline-block;
	padding:3px 5px;
	margin-bottom:2px;
	opacity:0.8;
}


/***bulletsFullWidthTexts***/


.highlight1 {
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}

.highlight1b {
	color:#FF0000;
	font-weight:900;
	font-style:italic;
	text-transform:uppercase;
}


/***bulletsFullScreenTexts***/


/***bulletsFullScreenMultimediaGalleryTexts***/




/****majesticFixedDimensionsTexts***/





/****majesticFullWidthTexts***/




/***majesticFullScreenTexts***/



/****thumbsFixedDimensionsTexts***/




/***thumbsFullWidthTexts***/



/***thumbsFullScreenTexts***/


/***SideBarsPlusTexts***/

.newFS{
	font-size:0.75em!important;
}




.hideElement {
	display:none;
}

