
 .frontpageSlidesCont{
      display: block;
      position: absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      opacity: 0;
      transition: opacity 1000ms;
      /*border:1px solid red;*/
      }

.frontpageSlidesDotCont{
     position:absolute;
     width:100%;
     height:40px;
     bottom: 0px;
     text-align:center;
     white-space:nowrap;
     overflow:hidden;
     text-overflow:ellipsis;
     opacity: 1.0;
     overflow:hidden;
 }
 .frontpageSlidesDotBorder{
     display: inline-block;
     border-radius: 20px;
     border: 10px solid rgba(255,0,0,0);
     cursor:pointer;
 }
 .frontpageSlidesDot{
     padding:5px;
     border-radius: 5px;
     background-color:white;
     cursor:pointer;
 }


