.myGallery-blackBg
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
a.myGallery-Close
{
  display: block;
  float: right;
  position: relative;
  top: 38px;
}

.myGallery-whiteContent 
{
	display: none;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	z-index: 1002;
	overflow: none;
}

.myGallery-whiteContent h2
{
  color: white;
  font-weight: normal;
  font-size: 26px;
  display: block;
  clear: both;
  margin: 0px 0 0px;
  font-family: "Century Gothic","Verdana";
  background: transparent url('../images/transparentLogo.png') no-repeat bottom left;
  padding: 8px 0 10px 90px;
}

.galleryMainPicContainer
{
  background-color: white;
  margin: 0 auto;
  padding: 5px 0;
  width: 560px;
}

.galleryMainPic
{
  margin: 0 auto;
  /*height: 400px;*/
  width: 550px;
  text-align: center;
}

.galleryImgDiv img
{
  border: 2px solid white !important;
}

.galleryImgDiv
{
  width: 100px;
  height: 75px;
  text-align: center;
  float: left;
  margin: 5px 10px;
  display: inline;
}

.galleryPicList
{
  position: relative;
  width: 600px;
  margin: 20px auto 0;
  overflow: none;
}

.galleryPicListContainer
{
  color: red;
}

.leftArrow
{
  position: absolute;
  left: -35px;
  top: 65px;
}

.rightArrow
{
  position: absolute;
  right: -35px;
  top: 65px;
}

.gallerySpan span
{
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.gallerySpan
{
  position: absolute;
  width: 406px;
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  vertical-align: middle;
  display: none;
  position: absolute;
  bottom: 0px;
  font-weight: normal;
  color: black;
  background-color: white;
  height: 30px;
}

div.img a:hover .gallerySpan
{
  display: block;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

div.img
{
  position: relative;
}