
/* Sidebar Photos are the small thumbnails the user can enlarge by clicking */
#sidebarPhotos {
   margin: 0 10px 10px 10px;
   padding: 5px 0 10px 0;
}
#sidebarPhotos ul {
	position:relative;
	margin:0;
	padding: 6px 18px;
	height: 102px;
	margin: 0 -10px;
}
ul#photoSliderNoScroll {   /* NO SCROLLBARS */
	position:relative;
	margin:0;
	padding: 6px 18px 6px 0;
	height: 102px; 
	margin: 0 -10px;
}

#sidebarPhotos img {
   border: 1px solid #000;
}
#nextPhoto, #prevPhoto {
	position:absolute;
	top:10px;
	text-indent:-1000em;
	height:31px;
	width:9px;
	background-image:url(../layout/arrows.gif);
	margin: 30px 3px;
}
#photoSliderNoScroll #nextPhoto, #photoSliderNoScroll #prevPhoto {     /* NO SCROLLBARS */
	display:none;
}

#sidebarPhotos a:focus {
	outline:none;
}
#photoView {
	width: 685px; /* originally 315 when using 3 thumbnails in a row, then 685px  */
	height:102px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:20px;   /* originally 20 px */
}

#photoSliderNoScroll #photoView {     /* NO SCROLLBARS */
	left: 0;
}

#sidebarPhotos #photoView ul {
	width:3000px;
	margin:0;
	padding:0;
}
#sidebarPhotos li {
	padding:0;
	list-style:none;
	display:block;
}
#sidebarPhotos li#photoView ul li {
	float:left;
	margin:0 3px;
}
#nextPhoto { left:0; background-position: 0 0; }
#prevPhoto { right:18px; background-position: 100% 0; }