#firstimage {
	margin-right: 1px;
	margin-left: 1px;
	_width: 390px;

}
#firstimage img{
  border: 3px solid #fff;
}
#OuterContainer {
	padding: 0;
	margin: 0 auto;
	display: none;
}
#Container {
	position: relative;
	margin: 0 auto;
	background-color: #eaeaea;
	border: 3px solid #fff;
	font-size: 0px;
}
#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	
	text-align: center;
	z-index: 0;
	line-height: 0;
}

* + html #Loading{
  margin-left: auto;
  margin-right: auto;
  left: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter: alpha(opacity: 80);
/* Specify opacity for IE */
}
#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../gfx/c.gif) no-repeat;
/* Trick IE into showing hover */
	display: block;
}
#PrevLink span, #NextLink span {
	display: none;
}
#PrevLink {
	left: 0;
	float: left;
}
#NextLink {
	right: 0;
	float: right;
}
/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover {
	background: url(../gfx/prev_minus.gif) 20% 50% no-repeat;
}
#NextLink:hover, #NextLink:visited:hover {
	background: url(../gfx/next_plus.gif) 80% 50% no-repeat;
}
/* background image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover {
	background: url(../gfx/prev_chevron.png) 20% 50% no-repeat;
}
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover {
	background: url(../gfx/next_chevron.png) 80% 50% no-repeat;
}

#imagebar{

display: block;
margin-top: 1px;
clear: both;
visibility: hidden;
}
#img-container #img-button-left{
float:left;
}
#img-container #img-button-right img{
  float:right;
  margin: 0 !important;
  margin-left: 0px;
  padding: 0;
}
#CaptionContainer {
	margin: 0 !important;
	_margin-right: -5px;
	padding: 0;
	text-align: left;
	background-image: url(../gfx/imagebar.gif);
	float:left;
	padding-top: 1px;
	height: 16px;
}
#CaptionContainer #Caption {
	font-size: 9px;
  }
#Counter {
  font-size: 9px;
	padding-right: 5px;
	padding-left: 10px;
}
