#slideshow * { margin: 0; padding: 0; }
#slideshow { position: relative; padding: 1px 0 15px; width: 603px; height: 180px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading {
	position: absolute;
	top: 1px;
}
#slideshow #loading { background: url('../images/loader.gif'); display: block; top: 90px; left: 270px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures {
	background: url('../images/cities/molde.jpg');
	width: 575px;
	height: 207px;
	left: 0;
	overflow: hidden;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 573px;
	left: 0px;
}
#slideshow #menu {
	background: url('../images/bg_side1.png');
	list-style-type: none;
	width: 166px;
	height: 187px;
	right: -137px;
	padding-top: 20px;
}
#slideshow #menu li { display: block; z-index: 1000; position: relative; }
#slideshow #menu li a { display: block; font: 11px "Lucida Grande", "Verdana"; text-decoration: none; padding: 7px 0 7px 22px; z-index: 1000; color: #FFF; line-height: 14px; vertical-align: middle; }
#slideshow #menu li a:hover { color: #336600; }
#slideshow #menu li.current a { font: 12px "Georgia"; color: #fff; padding: 5px 0 5px 28px; line-height: 18px; }
#slideshow #menu li.background { background: url('../images/arrow.png') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }
