#photo_wrapper {
	margin: 0 auto;
	background: url(./img/div_photo_container.gif);
	background-color:#333333;
	color: #000;
	width: 480px;
	max-width: 480px;
	max-height: 260px;
}

#photo_container {
	position: relative;
	height: 200px;
	width: 200px;
	max-width:480px;
	max-height:260px;
	margin: 0 auto;
	background-color: #4e4e4e;
	color: #000;
	border: 8px solid #cccccc;
	font-size: 0px;
}

#photo {
	position: absolute;
	max-width:480px;
	max-height:260px;
	top: 0;
	left: 0;
	z-index: 500;
}

#photo_loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
}

#imageoverlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#caption_container {
	position:absolute;
	top:212px; left:23px;
	background-color:#000000; 
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);	
	width:464px;
	height:40px;		
	text-align: left;
	padding: 8px 8px;
	z-index:10000;
}

#caption_container p {
  margin: 0px;
  padding:0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #E6E6E6;
}

.thumbnail img{
	border: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow:hidden;
}
