/*STYLES FOR GALLERY V1*/

.gal-v1 #galeria *{margin:0;padding:0;}
.gal-v1 #galeria{
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	overflow:hidden;
	text-align: center;
	background:#000000;
}
.gal-v1 ul#fdgSlides{list-style-type:none;float:left;height:100%;position:relative;z-index:9999;}
.gal-v1 ul#fdgSlides li{height:100%;float:left;overflow: hidden;text-align:center;}
.gal-v1 ul#fdgSlides li.video{width:100%;height:100%;}
.gal-v1 .wrapper-embed-video{width:600px;max-width:100%;margin:auto auto;}

.gal-v1 .video-container{position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden;}

.gal-v1 .video-container iframe,  
.gal-v1 .video-container object,  
.gal-v1 .video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}
.gal-v1 li.html5-video .wrapper-embed-video{background:pink;}
.gal-v1 video{max-width: 100%;height: auto;z-index:100;}
.gal-v1 .video-container img{display:none;}
.gal-v1 ul#fdgSlides li.video{background: url('../images/play.png') center center no-repeat;}
.gal-v1 ul#fdgSlides li img{position:relative;top: 50%;}
.gal-v1 #fdgNav{width:100%;height:100%;position:absolute;top:0;}
.gal-v1 #fdgNav span{width:25%;height:100%;text-indent:-9999px;cursor:pointer;position:relative;z-index:99999;}
.gal-v1 #fdgNav span#fdgPrev{float:left;background:url(../images/slide-pixel-l-arrow-release.png) no-repeat center center;}
.gal-v1 #fdgNav span#fdgPrev:hover{background:url(../images/slide-pixel-l-arrow-hover.png) no-repeat center center}
.gal-v1 #fdgNav span#fdgNext{float:right;background: url(../images/slide-pixel-r-arrow-release.png) no-repeat center center;}
.gal-v1 #fdgNav span#fdgNext:hover{background:url(../images/slide-pixel-r-arrow-hover.png) no-repeat center center}
.gal-v1 #fdgNav span#fdgPrev.hide{background:none;cursor: default;}
.gal-v1 #fdgNav span#fdgNext.hide{background:none;cursor: default;}

.gal-v1 div#divThumbs {
position: relative;
width: 100%;
height: 80px;
background: black;
top: 0;
float: left;
text-align: center;
/*border-top: 8px solid #FFEA00;*/
z-index:9999;
}

.gal-v1 ul#fdgThumbs{
	display:block;
	height:100px;
	margin: 10px 0;
	padding-top:15px;
	float:left;
	text-align:center;
	overflow:hidden;
}

.gal-v1 ul#fdgThumbs li{
	position:relative;
	overflow:hidden;
	margin: 0 5px 0 0;
	width:50px;
	height:29px;
	display: block;
	float:left;
	opacity:1;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.gal-v1 ul#fdgThumbs li:hover{opacity:1;-moz-transition: all .7s;-webkit-transition: all .7s;-o-transition: all .7s;transition: all .7s;cursor:pointer;}
.gal-v1 ul#fdgThumbs li img{position:absolute;left:0;top:0;}
.gal-v1 span#up{
	position: relative;
	float:left;
	left:50%;
	background:#ffea00;
	width:60px;
	height:20px;
	text-indent:-9999px;
	margin-left: -30px;
	margin-top: -155px;
}


