#details-div {

}

#sidebar {
	float: right;
}

#online-info {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #3c4e57;
}

#online-info a:link, #online-info a:visited {
	text-decoration: none;
	color: #731616;
}

#online-info a:hover {
	text-decoration: underline;
}

#description {
	border-top: 1px #ccc solid;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #3c4e57;
}

#left-div {
	float:  left;
	width:  220px;
}

#right-div {
	margin-left: 240px;
}

#photo-div {
	padding-bottom: 10px;
}

#details-div .attribute {
	color: #3c4e57;
	padding-bottom: 5px;
}


#details-div .value {
	color: #731616;
	font-weight: bold;
}

#price-list {
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: -10px;
	border-left: 1px solid #731616;
}

#left-div .photo {
	width: 220px;
	height: 165px;
	padding: 1px;
	border: 1px #ccc solid;
}

#attrib-list {
	padding-top: 10px;
	text-align: right;
}

.address {
	padding-top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #731616;
	font-weight: bold;
}

#facilities {
	float: right;
}

#facilities img {
	margin: 0 2px;
}

#photo-wrapper {
	position: relative;
	width: 220px;
	height: 165px;
	overflow: hidden;
/*	clip: rect(0,220px,165px,0);	*/
	background-color: #ccc;
}

#photos-conveyor {
	position: absolute;
	height: 165px;
	width: 660px;	/* 220px X num_photos */
	left: -220px;
	top: 0;
	background-color: #e00;
}

.slide {
	float: left;
	width: 220px;
	height: 165px;
	background-color: #eee;
	text-align: center;
	overflow: hidden;
}

.slide img {
	width: 220px;
}

#nav-photos {
	display: none;
	height: 7px;
}

#nav-photos div {
	float: left;
	width:  7px;
	height: 7px;
	margin: 0 1px;
}

#nav-photos a {
	display: block;
	text-decoration: none;
}

#nav-photos .inactive {
	background: url(/images/photo_ptr.png) no-repeat;
}

#nav-photos .active {
	background: url(/images/photo_ptr_active.png) no-repeat;
}