
.nfg-slideshow{
	position:relative;
	width:100%;
	text-align:center;
}
.nfg-slideshow .slide{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	z-index:99;
	display:none;
}
.nfg-slideshow .slide img{
	margin: auto;
    padding: 0;
    line-height: 1em;
    display: block;
}

.image-slider{
	position:relative;
	line-height:1em;
}
.image-slider .slideshow-item,.image-slider .slide{
	line-height:1em;
}
.previous-arrow,.next-arrow{
	position: absolute;
    top: 50%;
    margin-top:-30px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 60px;
    text-align: left;
    display: block !important;
    cursor:pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}
.next-arrow{
    text-align: right;
    right:0;
}
.previous-arrow .arrow{
    margin: 20px;
    width: 12px;
    height: 20px;
    text-align: left;
    background-position:12px -20px;
}
.next-arrow .arrow{
    margin: 20px 20px 20px auto;
    width: 12px;
    height: 20px;
    text-align: right;
    background-position:0px -20px;
}
.previous-arrow:hover .arrow{
    background-position:-12px 0;
}
.next-arrow:hover .arrow{
    background-position:0px 0;
}
.previous-arrow:hover,.next-arrow:hover{
    background: rgba(0, 0, 0, 0.5);
}
ul.bullets {
    position: absolute;
    z-index: 30;
    width: 100%;
    display: block !important;
    max-height: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 99;
    margin-bottom: 0;
    line-height: 1em;
    padding-bottom: 0;
    bottom: 30px;
    padding-left:0;
}
ul.bullets li {
    margin: 2px 2px 8px 2px;
    padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    list-style:none;
    background-color:rgba(255,255,255,0.35);
    display: inline-block;
    font-size: 0;
    cursor:pointer;
    padding: 0 !important;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
ul.bullets li.active,ul.bullets li:hover{
    background-color:rgba(255,255,255,1.0);
}
.curr_slide{
    z-index:98;
}
.curr_Slide a{
    font-size:auto;
    padding:0;
    width:100%;
    height:auto;
}
.desc_surround{
    z-index: 98;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 20px 70px 20px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
}