/*css from http://www.cross-browser.com/toys/img_gallery_2.php*/
/* xImgGallery, Copyright (C) 2004,2005 Michael Foster (Cross-Browser.com) Distributed under the terms of the GNU LGPL.*/
/*<link type="text/css" rel="stylesheet" href="SCRAPBOOK.css" media="all">*/
#gallery {
  height:320px;
  display:none;
}
#slideshow {
  display:none;
}
.gcap {
  font-size:xx-small;
  margin:3px;
  padding:0;
}
.scap {
  font-size:xx-small;
  margin:3px;
  padding:0;
}
.gcon { /* gallery image/caption container */
  width:114px;
  height:120px;
  margin:10px 10px 10px 40px;
  background: #FCFCD2;/*yellow*/
  border:1px solid #A31317;/*red*/
  float:left;
}
.scon { /* slideshow image/caption container */
  width:480px;
  margin:10px;
  background:#FCFCD2;/*yellow*/
  border:1px solid #A31317;/*red*/
}
#gallery img {
  margin:6px 6px 3px 6px;
  background: #FCFCD2;/*yellow*/
}
#slideshow img {
  margin:6px 6px 3px 6px;
  background: #FCFCD2;/*yellow*/
}
#navigation {
/*  text-align:center; */
}
#prev, #next, #back, #auto, #time {
  color: #003D71;/*dkBlue*/
  cursor:pointer;
  font-weight:bold;
  margin-right:20px;
  margin-left: 40px;
}
.clearAll {
  clear:both;
  margin:0;
  padding:0;
}
/*</style>*/