.photoset {
	float: left;
	position: relative;
	width: 500px;
	height: 750px;
	overflow: hidden;
}

.photoset .innerNavigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photoset .innerNavigation a {
	width: 48%;
	height: 100%;
	display: inline;
	float: left;
	position: relative;
	cursor: pointer;
	background: url('/images/common/blank.gif');
}
.photoset .innerNavigation .next,
.photoset .innerNavigation .next .button { float: right; }
.photoset .innerNavigation .button {
	float: left;
	width: 109px;
	height: 37px;
	margin-top: 15px;
	background-color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url('/images/photoset/prev.gif');
}
.photoset .innerNavigation .next .button { background-image: url('/images/photoset/next.gif'); }
.photoset .innerNavigation a:hover .button {
	background-position: 0 -37px;
}

.photoset .photos {
	position: absolute;
	top: 0;
	left: 0;
}

.photoset .photo {
	background: #f7f7f7;
	float: left;
	position: relative;
	display: inline;
	background-position: center center;
	background-repeat: no-repeat;
}

.quicknav {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	line-height: 15px;
}
.quicknav a {
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	margin: 0 3px 0 0;
	background-repeat: no-repeat;
	background-postion: center center;
	background-image: url('/images/photoset/dot.gif');
	cursor: pointer;
	vertical-align: middle;
}
.quicknav a:hover { background-image: url('/images/photoset/dot_hover.gif'); }

.quicknav a.visited, 
.quicknav a:active { background-image: url('/images/photoset/dot_visited.gif'); }
.quicknav a.visited:hover { background-image: url('/images/photoset/dot_hover.gif'); }

.quicknav a.position,
.quicknav a.position:active { background-image: url('/images/photoset/dot_position.gif'); }
.quicknav a.position:hover { background-image: url('/images/photoset/dot_position_hover.gif'); }

.pos { color: #333; font-weight: bold; float: left; width: 100%; margin-bottom: 15px; }
.pos h1 { float: left; margin: 0; }
.pos .number { float: right; }

#photoinfo { float: left; clear: both; width: 100%; position: relative; }


#photoinfo .info p {  }

#photoinfo .overflow {
	width: 100%;
	float:left;
	overflow: hidden;
}
