/* Center the text in the caption */
.highslide-caption {
	width: 100%;
	text-align: center;

  font-size: 100%;
  margin-top:40px; 
  background-color:white;
  color:black;
  border: 2px solid black;
  padding-right: 40px;
    -moz-border-radius: 2ex 2ex 2ex 2ex;
    -webkit-border-radius: 2ex 2ex 2ex 2ex;
    border-radius: 2ex 2ex 2ex 2ex; 
/*  position:relative;
  top:-8ex;       */
}
/* Remove the close button from the controls since we already have one in the corner of the image */
.highslide-close {
	display: none !important;
}
/* Put the image number in front of the caption */
.highslide-number {
	display: inline;
	padding-right: 1em;
	color: white;
}