#slideshow * { 
	margin: 0; padding: 0;
}
#slideshow { 
	/* background: url('/images/bg_shadow.gif') no-repeat top; */
	position: relative; 
	padding: 0 0 15px 15px; 
	width: 520px; 
	height: 306px; 
	/* text-align: center; */
	clear:both;
	margin:auto;
}
#slideshow #pictures, #slideshow #loading, #slideshow #menu {
	position: relative;
}
#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('http://techscene.us/images/chiskyline_c.jpg'); */
	width: 480px; 
	height: 257px; 
	left: 0; 
	overflow: hidden; 
	margin:auto;
}
#slideshow #pictures li { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 437px; 
}
#slideshow #pictures li img { 
	display: block; 
	position: relative; 
	bottom: 0; 
	height:257px; 
	width:480px;
	border: 0px; 
}
#slideshow #menu { 
	/* background: url('/images/bg_side.jpg');  */
	background-color: #000;
	list-style-type: none; 
	width: 480px; 
	height: 265px; 
	right: 0; 
	padding-top: 20px; 
	clear:both;
	margin:auto;
}
#slideshow #menu li { 
	display: block; 
	z-index: 1000; 
	position: relative; 
	zoom: 1; 
	width: 160px;
	float: left;
}
#slideshow #menu li a { 
	display: block; 
	font: 11px "Lucida Grande", "Verdana"; 
	text-decoration: none; 
	padding: 7px 0 7px 28px; 
	z-index: 1000; 
	color: #ccc; 
	line-height: 14px; 
	vertical-align: middle; 
	zoom: 1; 
}
#slideshow #menu li a:focus { 
	outline: 0; 
}
#slideshow #menu li a:hover { 
	color: #fff; 
}
#slideshow #menu li.current a { 
	font: 15px "Georgia"; 
	color: #fff; 
	padding: 5px 0 5px 28px; 
	line-height: 18px; 
}
#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; 
}

#slideshow #pictures div.note {
	position:absolute;
	left:0;
	top:0;
	width: 480px;
	height: 20px;
	padding: 5px;
}
#slideshow #pictures div.note div.overlay {
	position:absolute;
	left:0;
	top:0;
	width: 480px;
	height: 20px;
	padding: 5px;
	background-color: #000;
	/* z-index: -1; */
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
}
#slideshow #pictures div.note p {
  position:relative;
  color: #fff;
  /* z-index:50; */
}

