#myGallery, #myGallerySet, #flickrGallery
{
	width: 500px; /* gallery width */
	height: 500px; /* gallery height */
	border: 1px solid #1c1100;
	margin: auto;
	}
	
.jdGallery .slideElement
{
	background-color: #ffbe5f;
}

.jdGallery .slideInfoZone
{
	height: 95px; /* the height of the gary area with all the data */
	padding-left: 3px;
	background: #422606;
}
.slideInfoZone span {display: block; margin: 5px 0;}

.jdGallery .slideInfoZone h2
{
	font-size: 125%;  /* Project title font size */
	border-bottom: 0;
	margin-bottom: 0;
}

.jdGallery .slideInfoZone p
{
	font-size: 85%; /* Project data font size */
	margin-top: 0;
	line-height: 1em;
}
.jdGallery a.carouselBtn
{
	background: #422606;
}

.jdGallery .carousel
{

	background: #422606;
}

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

.slideInfoZone .rav_progress_bar_wrapper{
  margin:0 0 8px;
} 

.slideInfoZone .rav_progress_bar_wrapper span{
  margin:0;
}

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

.slideInfoZone  .rav_progress_filled { 
  position: absolute;
}

/* end of progress bars */

.slideInfoZone img {vertical-align: middle;}

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