
#gallery {
  
  display:none;
  overflow:hidden;
}
#slideshow {
  display:none;
  overflow:hidden;
}

.gcap {
  
}
.scap {
 
}
.gcon { /* gallery image/caption container */
      color:#fff;
	  font-size:80%;
	 
	  
	  
  	  
 
}
.scon { /* slideshow image/caption container */
 	color:#fff;
	  font-size:80%;
	 
}
#gallery img {
 
}
#slideshow img {
 
}
#navigation {
/*  text-align:center; */
width:50px;
height:9px;
float:right;
margin:5px 0 0 0;

}
* html #navigation{
	
	width:60px;
}
#prev, #next, #back, #auto, #time {
 
}

#prev {float:left;background:url(../img/r_grau.gif) no-repeat center center;width:15px;height:9px; border-right:solid #999 1px; cursor:pointer;}
#prev:hover {background:url(../img/r_rot.gif) no-repeat  center center;}
#next {float:left;background:url(../img/f_grau.gif) no-repeat  center center;width:11px;height:9px;margin:0 0 0 2px;cursor:pointer;}
#next:hover {background:url(../img/f_rot.gif) no-repeat  center center;}
#home {float:left;background:url(../img/close_grau.gif) no-repeat center center;width:14px;height:9px; border-right:solid #999 1px; cursor:pointer;}
#home:hover {background:url(../img/close_rot.gif) no-repeat  center center;}

.clearAll {
  clear:both;
  margin:0; padding:0;
}