#box {
	/* background-color: #FFF1DF; */
	background: transparent url(../images/slideshow_bg.jpg) repeat-y top left;
	/* border: 1px solid #FEDCB3; */
	border: 1px solid #fb6;
	float: right;
	width: 330px;
	height: 430px;
	margin-left: 12px;
	padding-bottom: 10px;
	-moz-border-radius: 2%;
}

#slideshow {
	float: right;
	width: 300px;
	height: 365px;
	padding-right: 16px;
	padding-top: 10px;
}

#picselect, #pictures {
	text-align: center;
	font-style: italic;
	font-size: .8em;
}

#picselect {
	clear: both;
}

#picselect span{
	border: 1px solid #FB6;
	background-color: #FFF1DF;
	padding: 2px;
	cursor: pointer;
	font-style: normal;
}

#pictures img {
	border: 1px solid #999;
	padding: 3px;
	background-color: #fff;
}

#content div.highlightbox {
	background-color: #FFF1DF;
	border: 1px solid #fb6;
	float: right;
	font-size: 85%;
	margin-left: 10px;
	-moz-border-radius: 2%;
}
