#slideshow {position:absolute; top:69px; left:32px;}
#slideshow-options {display: none;}
#slideshow * {margin: 0; padding: 0;}
#slideshow {
	background: #993300 url(../images/bg-orange-aux.png) repeat-x top;
	position: relative;
	width: 853px;
	height: 86px;
	height: 218px;
	border: 1px solid #f93;
}
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('../images/slideshow-images/spinner.gif'); display: none; top: 100px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures {
	background: url(../images/bg-orang-photo.png) no-repeat;
	width: 445px;
	height: 218px;
	left: 0;
	overflow: hidden;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 425px;
	margin: 20px 0 0 20px;
}
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu {
	background: url(../images/bg-orange.png) repeat-x;
	list-style-type: none;
	width: 407px;
	height: 198px;
	right: 0;
	padding-top: 20px;
	border-left: 1px solid #f93;
}
#slideshow #menu li { display: block; z-index: 1000; position: relative; zoom: 1; }
#slideshow #menu li a {
	display: block;
	text-decoration: none;
	padding: 7px 0 7px 0px;
	z-index: 1000;
	color: #fc9;
	vertical-align: middle;
	zoom: 1;
	border-bottom: 1px solid #f93;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 22px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
}
#slideshow #menu li a.last {border:none;}

#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #fff; }
#slideshow #menu li.current a { /*font-size: 15px;*/ color: #fff; /*padding: 5px 0 5px 28px;*/ /*line-height: 18px;*/ }
#slideshow #menu li.background { background: url('../images/slideshow-images/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }
