#billboard_gallery {
  width:696px;
  height:407px;
  z-index:1;
}
.billboard-image {
/*	position:absolute;*/
	width: 48px;
	height:32px !important;
	overflow:hidden;
	display:inline;
	position:relative;
	float:left;
/*	border: 1px solid #9C1535;*/
/*	border: 1px solid #FFFFFF;*/
	border: 1px solid #000000;
/*	border-left:none;*/
	margin-top:-1px;
	margin-left:-1px;
	z-index:1;
}

.billboard-image img {
	border:none;
	position:absolute;
	top:0px;
	left:0px;
}
#gallery-images {
  position:absolute;
  top: 315px;
/*  left: 435px;*/
  left:410px;
/*  width: 213px;*/
  width:262px;
  height:33px;
  overflow:auto;
  white-space:nowrap;
/*  overflow:hidden;*/
/*	margin-left:10px;*/
	padding-left:1px;
	padding-top:1px;
/*   border:1px solid blue;*/
}
#the-frame {
/*	border:1px solid blue;*/
	height:246px;
	width:330px;
	position:absolute;
	top:26px;
	z-index:101;
	left:358px;
/*	background:url(../images/frame2.jpg) center center no-repeat;*/
	overflow:visible;
	z-index:10;
/*	border:1px solid blue;*/
}

#the-caption {
	width:330px;
	position:absolute;
	top:274px;
	font-weight:bold;
	left:358px;
	z-index:10;
        color:black;
        font-size: 0.8em;
        text-align:center;
/*	border:1px solid blue;*/
}

#image-frame {
  position:absolute;
	height:178px;
  overflow:hidden;
  width:258px;
  left:36px;
  top:35px;
  background-color: white;
  color: #F7F7F7;
  letter-spacing:8px;
  text-transform: uppercase;
  text-align:center;
  line-height:89px;
  font-size:40px;
}

#the-image {
  position:absolute;
  left:-4px;
  top:0px;
}

#the-strip {
	position:absolute;
	top:0px;
	left:0px;
	height:2px;
  width:258px;
	background-color:white;
 	opacity: .30;
	filter: alpha(opacity=30);
}

#the-images {
  position:absolute;
  left:0px;
  top:1px;
  border:none;
}

#next-image, #prev-image {
  position:absolute;
  top: 315px;
/*  left: 435px;*/
  cursor:pointer;
/*  background-color:black;*/
  background-color:#7F7F7F;
  color:white;
/* 	opacity: .60;
	filter: alpha(opacity=60);*/
	width:23px;
	height:24px;
  font-weight:bold;
  padding-top:8px;
  font-size:16px;
  margin:0px;
  line-height:16px;
  text-align:center;
/*	border: 1px solid #FFFFFF;*/
	border: 1px solid #000000;
}
#next-image {
  left:636px;
  background: #000000 url(../images/next.png) center center no-repeat;
}
#prev-image {
  left:417px;
  background: #000000 url(../images/prev.png) center center no-repeat;
}


