#box {
	/*/background: transparent url(./images/slideshow_bg.jpg) repeat-y top left;  */
	float: right;
        position: relative;
	width: 320px;
	height: 385px;
	margin-left: 10px;
        padding-top: 40px;
	padding-bottom: 10px;
	-moz-border-radius: 2%;
}

#slideshow {
	width: 300px;
	height: 330px;
	padding-right: 6px;
	padding-top: 10px;
}

#picselect, #pictures {
	text-align: center;
	font-style: bold; /* italic; */
	font-size: .8em;
}

#picselect {
	clear: both;
}

#picselect span{
	background-color: #FFFFFF;
	padding: 16px;
	cursor: pointer;
	font-style: normal;
}

#pictures img {
	border: 1px solid #ffffff;
	padding: 3px;
	background-color: #000000;
}

#content div.highlightbox {
	border: 1px solid #fb6;
	float: right;
	font-size: 85%;
	margin-left: 10px;
	-moz-border-radius: 2%;
}

