#slideshow * {
	margin: 0px; 
	padding: 0px 0px 0px 0px;
}
#slideshow {
	position: relative;  
	width: 629px; 
	/*background: url(../images/bg_shadow.gif) no-repeat 50% top; */
	height: 363px; 
	padding: 0px 0px 0px 0px;
}
#slideshow #menu {
	position: relative;
}
#slideshow #pictures {
	position: relative;
}
#slideshow #loading {
	position: absolute
}
#slideshow #loading {
	z-index: 5; 
	text-indent: -5000px; 
	width: 24px; 
	display: block; 
	/*background: url(../images/spinner.gif); */
	height: 24px; 
	visibility: hidden; 
	top: 158px; 
	left: 205px
}
#slideshow #pictures {
	width: 390px; 
	background: url(../images/bg.jpg); 
	height: 275px; 
	overflow: hidden; 
	left: 0px
}
#slideshow #pictures li {
	position: absolute; 
	width: 390px; 
	display: block; 
	top: 0px
}
#slideshow #pictures li img {
	position: relative; 
	bottom: 0px; 
	display: block
}
#slideshow #menu {
	list-style-type: none; 
	width: 130px; 
	height: 220px; 
	right: 0px; 
	padding: 0px 0px 0px 0px;
}
#slideshow #menu li {
	z-index: 1000; 
	position: relative; 
	zoom: 1; 
	display: block
}
#slideshow #menu li a {
	z-index: 1000; 
	padding: 7px 0px 7px 14px; 
	zoom: 1; 
	display: block; 
	font: 13px/13px "Arial", "Verdana"; 
	color: #ccc; VERTICAL-ALIGN: middle; 
	text-decoration: none; 
}
#slideshow #menu li a:focus {
	outline-width: 0px
}
#slideshow #menu li a:hover {
	color: #fff
}
#slideshow #menu li.current a {
    padding: 7px 0px 7px 14px;
	font: 13px/13px "Arial"; 
	color: #fff; 
}
#slideshow #menu li.background {
	z-index: 5; 
	position: absolute; 
	width: 4px; 
	background: url(../images/arrow.gif) no-repeat left center; 
	height: 7px; 
	font-size: 1px
}