#slideshow * { margin: 0; padding: 0; text-align: left;}
#slideshow { background: url('images/bg_shadow.gif'); position: relative; padding: 10px 0 10px; width: 900px; height: 260px; }
#slideshow #menus, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading {display: block; top: 158px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures { background: url('images/bg.jpg'); width: 640px; height: 260px; right: 0; overflow: hidden; }
#slideshow #pictures li { display: block; position: absolute; top: 0;}
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menus {list-style-type: none; width: 460px; height: 200px; left: 0;}
#slideshow #menus li { display: block; z-index: 1000; position: relative; zoom: 1; 
	margin-left: 20px;
	padding-left: 15px;
	margin-bottom: 14px;
	margin-right: 10px;
	line-height: 20px;
	background: url(../images/bgsmenu_a.gif) no-repeat left; width: 200px;
}
#slideshow #menus li a { display: block; border: 0; text-decoration: none; z-index: 1000; zoom: 1; }
#slideshow #menus li a:focus { outline: 0; }
#slideshow #menus li a:hover { }
#slideshow #menus li.current a { border-bottom: 1px solid red;}
#slideshow #menus li.background { background: url('slideshow/images/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }



