/* new stuff */
#ImgProgBar {
	display: none;
	position: absolute;
	top: 200px;
	left: 400px;	
	background-color: white;
	height: 26px;
	width: 200px;
	border: 1px solid gray;
	margin: auto;
	text-align: left;
	color: black;
	z-index: 2;
}

#ImageViewFrame {
	display: none;
	overflow: hidden;
	position: relative;
	background-color: black;
	height: 375px;
	width: 500px;	
	margin: auto;
	text-align: center;
}

#ImageViewFrame img{
	max-height: 375px;
	max-width: 500px;
}

#ImageViewCaption {
	position: relative;	
	background: black;
	opacity: 1;
	height: 40px;
	width: 490px;	/* 500px - 10px padding */		
	z-index: 2;
	color: white;
	margin: auto;
	padding: 0 0 0 10px;
	text-align: left;
	line-height: 1;
}

#ImageViewCaption a{
	color: gray;
	text-decoration: none; 
}

#ImageViewCaption a:hover{
  color: #5151A6;
  text-decoration: none;
}
#ImageBkgndFrame{
	height: 430px;		/* Max image height + 40px for caption + 10px for band at top*/
	width: 500px;
	background-color: black;
	text-align: center;
}

#photoSlideshow_obs {
	display: none;
  	width: 500px;
	margin: auto;
}

/* from zend.css (via firebug)*/
div#photoSlideshow_obs ul, p, ol {
	list-style-type:circle;
	margin-bottom: 0px;
	padding-left: 18px;
}
/* example_3 css */
#example_3 {
	background-color: black;
	display: none;
	overflow: hidden;
	position: relative;
	height: 86px;
	width: 500px;
}
#example_3_frame {
	position: absolute;
	left: 0px;
	top: 0px;
}
#example_3_previous {
	position: absolute;
	left: 0px;
	top: 0px;
}
#example_3_next {
	position: absolute;
	left: 480px;
	top: 0px;
}
#example_3_content {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 5418px;
}

#example_3_content li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#photoSlideshow_obs 
#example_3 ul li {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #000;
}

#photoSlideshow_obs #example_3 ul li img {
	display: block;
	border: none;
}

