
#gallery1 {
  height:360px;
  display:none;
}
#gallery2 {
  height:360px;
  display:none;
}

.gcap {
  font-size:xx-small;
  margin:3px; padding:0;
}
.scap {
  font-size:xx-small;
  margin:0px; padding:0;
}
.gcon { /* gallery image/caption container */
  width:114px;
  height:120px;
  margin:10px;
  background:#CFD4E6;
  border:1px solid #BF8660;
  float:left;
}
.scon { /* slideshow image/caption container */
  width:360px;
  margin: 0px 20px 0px 20px;
   


}
#gallery img {
  margin:6px 6px 3px 6px;

}
#slideshow1 img, #slideshow2 img {
	width: 360;
	height: 270;



}
#navigation1,#navigation2  {
  top: -135;
  position: relative; 
/*  text-align:center; */
}
#prev1, #prev2 {
	widht: 30px;
	height: 30px;
  margin-left:10px;
  font-size: 10px;
  float: left;
  font-weight:bold;
  cursor:pointer;
  position: absolute;
  color:#fff; 


  display: block;
}
#next1, #next2 {
  widht: 30px;
  height: 30px;
  margin-left: 360px;
  font-size: 10px;
  float: right;
  position: absolute; 
  cursor: pointer;
  color:#FFF;
  display: block; 


}

#prev1:hover, #prev2:hover {
  margin-left:8px;
    padding-right:2px;

}
#next1:hover, #next2:hover {

  padding-left:2px;

}

.scap {
    top: -15;
	margin-left: 5px;
  position: relative;
   color:#333; 
 
  
}