*{
	margin:0;
	padding:0;
}

#container{ margin:0 auto;
	width:964px;
	height:345px;
	position:relative;
}

#container .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:35%;
	margin-top:0px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:-40px
}

#container .prevButton:hover{ background-position:left bottom;left:-40px;}

#container .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:35%;
	margin-top:0px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:-40px;
}

#container .nextButton:hover{background-position:right bottom;right:-40px;}

#container ul{
	width:964px;
	height:345px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
	font-size:11px;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}


.photo-meta-data {
	background:url(../images/transpBlack.png);
	padding: 10px 10px;
	margin-top:-220px;
	position: relative;
	z-index:0;
	color:#ffffff;
	width:350px;
	font-family:Georgia, "Times New Roman", Times, serif; text-shadow:1px 0px #333333;
	float:right;
	margin-right:20px;
}

.photo-meta-data h1{ font-size:17px; font-weight:normal; color:#ffffff; padding:10px 0px 10px; line-height:30px; font-weight:normal;}
.photo-meta-data h2{ font-size:46px; font-weight:normal; color:#ffffff; padding:10px 0px 20px; line-height:38px;}
.photo-meta-data h3{ font-size:24px; font-weight:normal; color:#ffa300; padding:10px 0px;}


