#slideshow * { 
	margin: 0; 
	padding: 0; 
}
#slideshow { 
	position: relative; 
	padding: 0 0 0 0; 
	width: 760px; 
	height: 240px; 
	border:solid #CADCF0 1px;
}
#slideshow #menu, #slideshow #pictures, #slideshow #loading { 
	position: absolute; 
}
#slideshow #loading { 
	background: url('../images/loading.gif'); 
	display: block; 
	top: 184px; 
	right: 268px; 
	text-indent: -5000px; 
	width: 32px; 
	height: 32px; 
	visibility: hidden; 
	z-index: 5; 
}
#slideshow #pictures { 
	background: url('../images/bg.png'); 
	width: 570px; 
	height: 240px; 
	right:: 0; 
	overflow: hidden; 
}
#slideshow #pictures li { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 570px; 
}
#slideshow #pictures li a { 
	text-decoration: none;
	color: #000000;  
}
#slideshow #pictures li img { 
	display: block; 
	position: relative; 
	bottom: 0; 
	border: 0;
}
#slideshow #menu { 
	background: url('../images/bg_side.png') left no-repeat; 
	width: 200px; 
	height: 240px; 
	left: 0;
}
#slideshow #menu li { 
	height: 60px;
	vertical-align:middle;
	display: block; 
}
#slideshow #menu li a {
	height: 60px;
	text-decoration: none;
	font: 13px "Lucida Grande", "Verdana"; 
	font-weight:bold;
	padding: 20px 28px 0 28px; 
}	
	
#slideshow #menu li a:link {
	color: #000000; 
	display: block;
	background: url('../images/menu3.png'); 
	background-repeat:no-repeat;
}
	
#slideshow #menu li a:hover {
	color: #000000;  
	background: url('../images/menu2.png') no-repeat; 
}
	
#slideshow #menu li.current a { 
	background: url('../images/menu1.png') no-repeat; 
	font: 16px "Georgia"; 
	font-weight:bold;
	color: #000000; 
}
#slideshow #menu li a:focus { 
	outline	: 0; 
}