body {
	-moz-opacity:.999;
}

.simple #gallery {
	float: none;
	width: auto;
	padding: 0;
}
.simple p.credit {
	margin: 150px 0 0 0;
}

#gallery a {
	border: 1px solid #666;
	display: block;
	float: left;
	width: 48px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#gallery a:hover {
	background-color: #333333;
	display:block;
	/*outline: none;*/
}

#gallery a.selected {
	background-color: #333333;
	/*outline:none;*/
}

#gallery img {
	display:block;
}

#gallery {
	/*width: 85px;*/
	width:580px;
	float: left;
	/*position: relative;*/
	margin-top: 300px;
	position: relative;
	background-color: #000000;
	border: 1px solid #999999;
}


#galleryDown {
	/*width: 85px;*/
	width:580px;
	float: left;
	/*position: relative;*/
	margin-top: 0px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #000000;
	margin-bottom: 0px;
}

#photo {
	/*float: right;*/
	width: 488px;
	padding-right: 0px;
	margin-bottom: 20px;
	margin-top: 4px;
	padding-left: 4px;
	/*margin-top:150px;/*my edit*/
}

#photo img {
	padding: 4px;
	position: absolute;
	/*background-color:white;*/
	/*border: 1px solid #CCCCCC;*/
}



#photoInfo {
	clear: right;
}
p.credit {
	clear: both;
	margin-left:145px;
	font-size: 125% !important;
}
p.controls {
	margin-bottom:15px;
	margin-left: 15px;
}

#prev, #next {
	color: #FFF;
	background: #103C3C;
	padding: 5px;
	cursor: pointer;
	font: bold 60% Tahoma, Geneva, sans-serif;
}

