#slideshow {
  /* margin: 80px auto; */
  position: relative;
  width: 100%;
  height: 440px;
 /*  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); */
}
/* 
#slideshow > div {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  height:420px;
}  */
.txt {
    position: absolute;
    top: 0px;
	left:0px;
	font-size:50px;
	font-family: 'Montserrat', sans-serif;
	
    font-weight: 700;
    
	line-height: 1.6;

    color: #ffffff;
}

 .sld{

position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
   height:420px;

} 

div.transbox {
 position: absolute;
    top: 200px;
	left:3px;
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	line-height: 1.6;
    /* margin: 30px; */
	background-color: #060606;
	/* border: 1px solid black; */
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	width: 380x;
	height:90px;
}

div.transbox p {
  /* margin: 5%; */
  padding:20px;
  font-weight: bold;
  color: #ffffff;

}



