/* General */

#collectionDetails {
	margin: 0;
	padding: 0 30px 15px 0;	
}

#collectionDetails h1 {
	font-size: 2.0em;
	color: #fff;
	clear: both;
}

#collectionDetails p {
	color: #666;
	font-size: 1.4em;	
}

/* Left/Right */

.leftRight #left {
	width: 750px;
	float: left;
	display: inline;
	margin: 0 6px 0 0;
	text-align: center;
}

.leftRight #left a img {
	border: 1px solid #666;
	padding: 0;
	margin: 0 0 3px 0;
}

.leftRight #left h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5em;
}

.leftRight #left h2 a:link, .leftRight #left h2 a:visited {
	text-decoration: underline;
	color: #c00;
	font-weight: normal;
	background: url(/images/shared/zoom.gif) no-repeat right center;
	padding-right: 22px;
}

.leftRight #left h2 a:hover {
	color: #fff;
	text-decoration: none;
}

.leftRight #right {
	float: left;
	display: inline;
	width: 237px;
}

.leftRight #right h2 {
	display: none;
}

.leftRight #right .photo {
	float: left;
	display: inline;
	width: 79px;
	height: 79px;
}

.leftRight #right .photo img {
	border: 1px solid #666;
}

.leftRight #right .photo img:hover {
	border: 1px solid #fff;
}

.leftRight #right .photo img.selected {
	border: 1px solid #c00;	
}

/* Slideshow */

#stopSlideshow, #playSlideshow {
	height: 21px;
	margin: 0 auto 4px auto;
}

#playSlideshow {
	width: 106px;
	background: url(/images/shared/slideshowButtons.gif) top right;
	display: block;
}

#playSlideshow:hover {
	background: url(/images/shared/slideshowButtons.gif) bottom right;
}

#stopSlideshow {
	width: 54px;
	background: url(/images/shared/slideshowButtons.gif) top left;
}

#stopSlideshow:hover {
	background: url(/images/shared/slideshowButtons.gif) bottom left;
}

#commentPitch {
	clear: both;
}

#commentPitch h2 {
	margin-bottom: 0 !important;
}
