          #myGallery, #myGallerySet, #flickrGallery
{
	width: 185px; /* gallery width */
	height: 75px; /* gallery height */
	border-top: 1px solid #300;
	border-bottom: 1px solid #300;
	border-left: 0;
	border-right: 0;
	margin: .5em 0 0 0;
	font-size: 90%;
	letter-spacing:0;
}

#myGallery  a, #myGallery a:visited, #myGallery  a:hover {color: #330000 !important; border: 0; background-color: transparent;}

.jdGallery .slideElement
{
	background-color: #ffbe5f;
}
.jdGallery .slideInfoZone
{
	height: 75px; /* the height of the gary area with all the data */
	padding-left: 3px;
	top: 0;
	left: 75px;
	width: 107px;
	background-color: #feeed6;
	z-index: 10000;
}


.withArrows a.open { width: 100%; left: 0; }

.withArrows a.open:hover { background-position: 25px center; }

.slideInfoZone span {display: block; margin: 5px 0;}

#myGallery .slideInfoZone h2
{
	font-size: 12px !important;  /* Project title font size */
	margin: 5px 0 0; padding: 0;
	background-image: none;
	font-weight: normal;
}

.jdGallery .slideInfoZone p
{
	font-size: 12px; /* Project data font size */
	margin: 0;
	color: #300;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
}

/* progress bar formatting */
.slideInfoZone  p .rav_progress_text {
  position: relative;
  text-align: center;
  color: #ff1fad;
  font-weight: bold;
  line-height: 1.3em;
}

.slideInfoZone .rav_progress_bar_wrapper{
  margin:2px 0 7px;
} 

.slideInfoZone .rav_progress_bar_wrapper span{
  margin:0;
}

.slideInfoZone  .rav_progress_bar { 
  position: relative;
  padding: 1px;
  border-left: 1px solid #330000;
  border-top: 1px solid #330000;
  border-bottom: 1px solid #330000;
  border-right: 1px solid #330000;
  background-color: #feeed6;
}

.slideInfoZone  .rav_progress_filled { 
  position: absolute;
}

/* end of progress bars */

.slideInfoZone img {vertical-align: middle; float: none;}

.slideInfoZone .leftItems { /* Data left colum */
  width: 160px;
  float: left;
  padding: 0;
  }
  
 .slideInfoZone .rightItems { /* Data right colum */
  width: 310px;
  float: right;
  margin: 0;
  }
  
 .slideInfoZone .leftItems a {text-decoration: underline; display: block;}

          
 .side {margin: 0.5em 0; text-align: right;} 
          
