﻿@charset "utf-8";
.MainBodyContainer {
	padding-right: 0px;
	padding-left: 0px;
	width: 780px;
}
.PhotoDetailPhoto {
	width: 440px;
	height: 440px;
	float: left;
	background-image: url('images/CollecitonDetailesPhotoBack.png');
	background-repeat: no-repeat;
}
*html .PhotoDetailPhoto {
	behavior: expression(IEPNGFIX.fix(this));
}

.PhotoDetailPhoto a {
	display: block;
	width: 440px;
	height: 440px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.PhotoDetailsContainer {
	width: 320px;
	float: right;
}
.PrevNextPhotoContainer {
	padding: 0px;
	margin: 0px;
}
.PrevNextPhotoContainer li {
	height: 10px;
	float: left;
	background-repeat: no-repeat;
	margin-right: 28px;
	list-style-type: none;
}
.PrevNextPhotoContainer li a {
	height: 10px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.PrevPhotoB {
	width: 100px;
	background-image: url('images/CollectionPreviousPhotoB.png');
	background-repeat: no-repeat;
}
*html .PrevPhotoB {
	behavior: expression(IEPNGFIX.fix(this));
}
.PrevPhotoB a {
	width: 100px;
}
.BackToListB {
	width: 81px;
	background-image: url('images/CllectionBackToListB.png');
	background-repeat: no-repeat;
}
*html .BackToListB {
	behavior: expression(IEPNGFIX.fix(this));
}

.BackToListB a {
	width: 81px;
}
.NextPhotoB {
	width: 81px;
	background-image: url('images/CpollectionNextPhotoB.png');
	background-repeat: no-repeat;
}
*html .NextPhotoB {
	behavior: expression(IEPNGFIX.fix(this));
}

.NextPhotoB a {
	width: 81px;
}
.PrevNextPhotoContainer .NextPhotoB {
	margin-right: 0px;
}

.PhotoDetailsContainer hr {
	border-top-color: #000000;
}
.PhotoDetailsContainer h3 {
	color: #44322F;
	margin-top: 26px;
	margin-bottom: 10px;
}
.DetailesCopy {
}
.CollectionData {
	line-height: 130%;
	color: #808080;
}
.CollectionURL {
}
.CollectionSubPhoto {
	padding: 0px;
	margin: 0px;
}
.CollectionSubPhoto li {
	list-style-type: none;
	float: left;
	width: 52px;
	height: 52px;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #DBDBDB;
}
.CollectionSubPhoto li a {
	display: block;
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	background-color: #EAEAEA;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

