div.jsgallery_button_container button {
/*  border:outset 2px #FFFF80;
  background-color:#FFFFFF;
  
  color:#000000;*/
  cursor:pointer;
  margin:0px 2px 0px 2px;
  padding:2px 2px 2px 2px;
}
div.jsgallery_button_container button img {
  width:30px;
  height:15px;
}
div.jsgallery
{
	/*border: 1px solid #000000;*/
	width: 519px;
	text-align: center;
}
div.jsgallery_image_container
{
	/*border: 1px solid #000000;*/
	 width:80%;
}
div.jsgallery_thumbnail_container {
  width:90%;
  margin:auto;
  height:80px;
  overflow:scroll;
  /*white-space:nowrap;*/
  padding:0px;
}
div.jsgallery_thumbnail_container img {
  border: solid 2px #FFFFFF;
  margin: 0 1px;
  cursor: pointer;
}
p.jsgallery_image img 
{
	width:330px;
	height:220px;
    border: solid 1px #000000;
}
p.jsgallery_image{
  margin-bottom:3px;
}
p.jsgallery_title{
  margin-top:3px;
  font-weight:bold;
  font-size:10pt;
}