#slideshow{
  position:relative;
  left:0px;
  
}
/*settings for text layer*/
.sectionText{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:2.25em;
  overflow:hidden;  
  width:290px;/*adjust picture's width (minus margin)*/
  max-width:290px;/*adjust picture's width (minus margin)*/
  margin:10px 20px 10px 20px;
  display:none;
  color:rgba(255,255,255,0.7);
  min-height:250px;
  height:250px;
  color:#FFFFFF;
  
}


#text1{
  margin-top:168px;
  text-align:right;  
}

#text2{
  margin-top:111px;
  text-align:right;  
}

#text3{
  margin-top:93px;
  text-align:right;  
}

#text4{
}

#text5{
  color:rgba(143,165,197,0.7);
  color:#8fa5c5;
}

#text6{

}

#text7{
  margin-top:187px;
  text-align:right;  
}

#text8{
  margin-top:156px;
}

#text9{
  
}

#text10{
  
}


/*settings for the elements*/
.singleImages{
  position: absolute;
  height:250px;
  display:inline-block;
  width:80px;/*this sets up the width of the closed elements*/
  border-left:1px solid #FFFFFF;
  line-height:28px;
  
}

#img1{
  background-image:url('../../img/slideshow/img1.jpg'); 
    z-index:1; 
  left:0px;/*this sets up the position of the closed elements (it's a multiple of the elements closed width)*/ 
  
  
}

#img2{
  background-image:url('../../img/slideshow/img2.jpg'); 
    z-index:2; 
  left:80px;/*this sets up the position of the closed elements (it's a multiple of the elements closed width)*/
  

}
#img3{
  background-image:url('../../img/slideshow/img3.jpg'); 
    z-index:3; 
  left:160px;/*this sets up the position of the closed elements (it's a multiple of the elements closed width)*/
  
}

#img4{
  background-image:url('../../img/slideshow/img4.jpg'); 
    z-index:4;
  left:240px;/*this sets up the position of the closed elements (it's a multiple of the elements closed width)*/
  
}

#img5{
  background-image:url('../../img/slideshow/img5.jpg'); 
    z-index:5; 
  left:320px;/*this sets up the position of the closed elements (it's a multiple of the elements closed width)*/


}

#img6{
  background-image:url('../../img/slideshow/img6.jpg'); 
    z-index:6; 
  left:400px;/*this sets up the position of the closed elements (it's a multiple of the elements closed width)*/
  
  

}

#img7{
  background-image:url('../../img/slideshow/img7.jpg'); 
    z-index:7; 
  left:480px;/*this sets up the position of the closed elements (it's a multiple of the elements closed width)*/
  
  

}

#img8{
  background-image:url('../../img/slideshow/img8.jpg'); 
    z-index:8; 
  left:560px;/*this sets up the position of the closed elements (it's a multiple of the elements closed width)*/
  border-right:1px solid #FFFFFF;
}

#img9{
  background-image:url('../../img/slideshow/img9.jpg'); 
   z-index:1; 
  left:640px;/*this sets up the position of the closed elements (it's a multiple of the elements closed width)*/
  width:335px;
  border-right:1px solid #E1E1E1;

}

a,
a:visited,
a:hover{
  text-decoration:none;  
}

