/*
Copyright (c) 2007-2008 Ylab, http://www.ylab.nl
*/
.pagelinks {
  margin:5px 0;
  line-height:200%;
	text-align:right;
}
.pagelinks a,.pagelinks span {
	padding:2px 5px;
}
.pagelinks a:link,.pagelinks a:visited {
	text-decoration:none;
}
.pagelinks .current {
	font-weight:bold;
}
.disabled{
	color:gray;
}
.thumbnails {
	width:388px;
	border:1px solid #FF8800;
	text-align:center;
	padding:0 5px;
}
.thumbnails a{
  padding:0 8px;
}
.thumbnails img{
  padding:8px 0;
}
#largePhotoContainer {
	width:400px;/*330px;*/
	height:266px;/*248px;*/
	text-align:center;
	background:#ffe9cd;
	margin:1em 0;
}
#largePhotoContainer[id]{
	min-height:266px;
	height:auto;
}
#largePhotoContainer a:link,#largePhotoContainer a:visited,.thumbnails a:link,.thumbnails a:visited {
	border:0;
}
#largePhotoContainer img {
	width:400px;
}
