#slideshow * { margin: 0; padding: 0; }
#slideshow { background: url('../images/bg_shadow.gif') no-repeat top; position: relative; padding: 0px 0 15px; width: 603px; height: 235px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('../images/spinner.gif'); display: block; top: 158px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures { background: url('../images/tempphoto-2.jpg'); width: 860px; height: 250px; margin-left:68px; overflow: hidden; }
#slideshow #pictures div {
background-color:#000;
color:#fff;
position:relative;
top:-80px;
width:500px;
font-size:0.9em;
padding:15px;
padding-top:10px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/ /* first!	*/
		filter: alpha(opacity=80);				 /*second!*/
	opacity: .8;
}
#slideshow #pictures div strong{color:#fff;font-weight:bolder;font-size:1.4em;}
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 900px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu { background: url('../images/bg_side.jpg'); list-style-type: none; width: 68px; height: 250px;  padding-top: 0px; }
#slideshow #menu li { display: block; z-index: 1000; position: relative;background-color: #808080;height:42px;margin-top:7px;margin-bottom:2px; }
#slideshow #menu li a { display: block; font: 11px "Lucida Grande", "Verdana"; text-decoration: none; margin-left:10px;padding: 0px 0 0px 0px; z-index: 1000; color: #ccc; line-height: 14px; }
#slideshow #menu li a img {border:0px;}
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #fff;background-image:url(../images/ikonki_bg.png);background-repeat: no-repeat; }
#slideshow #menu li.current a { font: 15px "Georgia"; color: #fff; background-image:url(../images/ikonki_bg.png);background-repeat: no-repeat;}
#slideshow #menu li.background { background: url('../images/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }