.slidernav{
	position:absolute;
	z-index: 60000;
	bottom:0;
	right: 0;
	margin:20px;
}
.slidernav > div{
	display:inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	/* padding-top: 4px; */
	line-height: 30px;
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #2aacff;
	color: #fff;
}

.slidernav .next{
	/* padding-left: 4px; */
}
.slidernav .prev{
	/* padding-right: 4px; */
	margin-right: 15px;
}


.slideshownav_outer {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
}

a.slideshow_prev, a.slideshow_next {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 84px;
    background-color: #8DB51D;
    background-position: 0px 0px;
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
}

a.slideshow_prev:active, a.slideshow_next:active {
    background-position: 0px 84px;
}

a.slideshow_prev {
    background-image: url("img/slideshow_prev_arrow.png");
}

a.slideshow_next {
    background-image: url("img/slideshow_next_arrow.png");
}
.slider_outer_cnt{
	background-color: #242c42;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
 position: relative;
	transform-origin: 0 0;
}
.slider_outer_cnt::before{
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	filter: blur(5px) grayscale(80%) brightness(50%);
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 0.8s 0.1s ease-in-out;
	-moz-transition: all 0.8s 0.1s ease-in-out;
	-o-transition: all 0.8s 0.1s ease-in-out;
	transition: all 0.8s 0.1s ease-in-out;
}



.text_rotator p {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    line-height: 30px;
    font-size: 24px !important; /* FIXME ??? */
    color: #ABABAB;
}
#gtx-trans{
	display: none;
}
.mainslider2020 {
    position: relative;
    overflow: hidden;
/*
    width: 960px;
    height: 470px;
*/
	width: 1170px;
    height: 500px;
    background-color: #DDDDDD;
-webkit-box-shadow: 0px 0px 80px 35px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 80px 35px rgba(0,0,0,0.75);
box-shadow: 0px 0px 80px 35px rgba(0,0,0,0.75);
}

.mainslider2020 .slideritem {
    position: static;
}

.mainslider2020 .slideritem .sliderobject {
    z-index: 10000;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.mainslider2020_nav {

}
