body {
}

.slideshow { 
   height: 96vh;
}

.slideshow img { 
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto; 
	overflow: hidden;
}

#menu1{
		position:fixed;	
        float: left;
		font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: normal;
		font-size: 12px;
		line-height: auto;
	 	z-index:9999;
}


a {
     color:#000000;
     border-bottom: 1px dotted ;
     text-decoration:none;
}
a:hover {
     border-bottom: 1px solid;
}


