/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

a:active, a:focus { outline: none; }
h1, h2{ margin:0px; padding:0px;}

.img-caption1{ background:url(../images/trans-bac.png) repeat; width:340px; height:192px; float:left; position: absolute; bottom:114px; right:80px; padding-top:30px; border-radius:5px; }
.img-caption2{ background:url(../images/trans-bac.png) repeat; width:340px; height:160px; float:left; position: absolute; bottom:135px; right:80px; padding-top:30px; border-radius:5px; }



.img-caption-head1{text-shadow: 3px 3px 5px #000; line-height:41px; margin:5px 0px 0px 0px; font-size: 34px; font-weight:300; color:#FFF; float:left; text-align:right; width:320px; font-family:'Open Sans', sans-serif;}

u_floatR{
	float: left; position:relative;
}
.fgallery{position:relative;z-index:1;}
.fgallery .slides{z-index:1;}
.fgallery .span{z-index:1;}
.fgallery .panel{position:absolute;right:-228px;bottom:-309px;z-index:2;height:20px;}
.fgallery .panel a{display:block;float:left;width:15px;height:15px;background:transparent url(../images/dots_nv.png) no-repeat 0 0;text-indent:-9999px;}
/*
.fgallery .panel a.activeSlide{background-position:0 -15px;}
.bannerBacDiv{ width:1140px; height:410px; background:url(../images/border-bac.png) repeat; float:left; padding:7px; border-radius:5px; } */

.fgallery .slides,
.fgallery .slides:after { 
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.fgallery .slides:after { 
    content: '';
    background: transparent url(../images/dots_nv.png) repeat top left; 
}

.fgallery .slides a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 24s linear infinite 0s; 
}

.fgallery .slides a:nth-child(1) { 
    background-image: url(../images/1.jpg);
    
}

.fgallery .slides a:nth-child(2) { 
    background-image: url(../images/2.jpg) ;
      animation-delay: 8s;  
}
.fgallery .slides a:nth-child(3) { 
    background-image: url(../images/3.jpg);
		animation-delay: 16s; 
}


@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease; }
    8% { opacity: 1; animation-timing-function: ease; }
    23% { opacity: 1 }
    42% { opacity: 0 }
    100% { opacity: 0 }
}
