.photo-item-nav {
	float: right;
	display: inline;
	position: relative;
}
.photo-item-nav a {
	padding: 0 5px;
}

.photo-item {
	padding: 10px 0;
}
.photo-item.img {
	margin: 0 auto;
	text-align: center;
}
.photo-item.info {
	float: left;
	width: 50px;
	padding: 0;
}
.photo-strip{
	width: 600px;
	padding: 2px 0 5px 0;
	height: 94px;
	margin: 0 auto;
}
a.photo-strip-left {
	float: left;
	width: 12px;
	height: 96px;
	background: url('/images/photo-gallery/left.gif') top right no-repeat;
}
a.photo-strip-right {
	float: left;
	width: 12px;
	height: 96px;
	background: url('/images/photo-gallery/right.gif') top left no-repeat;
}
a.photo-strip-left:hover, a.photo-strip-right:hover {
	background-position: 0 -96px;
	width: 12px;
	height: 96px;
}

.photo-strip-body{
	float: left;
}
.photo-strip-body a {
	float: left;
	padding: 1px;
}

.album-strip{
	width: 600px;
	padding: 4px 0;
}
.album-strip span {
	font-size: 10px;
}
#album-grid {
	padding: 5px 12px;
}
#album-grid a {
	float: left;
	display: inline;
	position: relative;
	width: 94px;
	height: 94px;
	padding: 1px;
}
.album-nav {
	float: right;
	display: inline;
	position: relative;
	text-align: right;
}
.album-nav a {
	padding: 0 2px;
}
.album-nav a:hover {
	text-decoration: none;
	background-color: #2589b4;
	color: #FFFFFF;
}
.album-nav a.current {
	font-weight: bold;
	border-bottom: 1px solid #2589b4;
}

h3.album-title {
	float: left;
	display: inline;
}
.album-date {
	font-size: 11px;
	height: 14px;
	padding: 2px 0 0 4px;
	float: left;
	display: inline;
}
.album-link {
	float: right;
	display: inline;
	vertical-align:bottom;
}

#photo-album-container {
	width: 600px;
}
#photo-album-nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 30px;
}
#photo-album-nav ul li{
	display: inline;
}
#photo-album-nav ul li a,
#photo-album-nav ul li div{
	float: left;
	height: 30px;
	margin-right: 1px;
}
#photo_nav_browse_by{
	background: url('/images/photo-gallery/photo_nav_browse_by.jpg') top left no-repeat;
	width: 115px;
}
#photo_nav_most_popular a{
	background: url('/images/photo-gallery/photo_nav_most_popular.jpg') top left no-repeat;
	width: 113px;
}
#photo_nav_venue a{
	background: url('/images/photo-gallery/photo_nav_venue.jpg') top left no-repeat;
	width: 61px;
}
#photo_nav_date a{
	background: url('/images/photo-gallery/photo_nav_date.jpg') top left no-repeat;
	width: 57px;
}
#photo_nav_member a{
	background: url('/images/photo-gallery/photo_nav_member.jpg') top left no-repeat;
	width: 79px;
}
#photo_nav_end_spacer{
	background: url('/images/photo-gallery/photo_nav_end_spacer.jpg') top left repeat-x;
	width: 153px;
}
#photo-album-nav ul li a:hover{
 	background-position: 0 -32px;
 	height: 30px;
}
#photo-album-nav #by-most-popular #photo_nav_most_popular a,
#photo-album-nav #by-venue #photo_nav_venue a,
#photo-album-nav #by-date #photo_nav_date a,
#photo-album-nav #by-member #photo_nav_member a {
 	background-position: 0 -64px;
}