
#slideshow * { margin: 0; padding: 0; }

#slideshow { 
	position: relative;
	width: 664px; 
	height: 277px;
	}
	
#slideshow #menu, #slideshow #pictures, #slideshow #loading { 
	position: absolute;
	}
	
#slideshow #pictures {
	/*background:#999;*/
	width: 630px; 
	height: 277px; 
	left: 0; 
	overflow: hidden;
	}
	
#slideshow #pictures li {
	display: block; 
	position: absolute; 
	top: 0; 
	width: 664px;
	}
	
#slideshow #pictures li img {
	display: block;
	position:
	relative;
	bottom: 0;
	border:0px;
	}
	
#slideshow #menu {
	/*background:#CCC; */
	list-style-type: none;
	width: 30px;
	height: 277px;
	right: 0;
	text-align:center;
	margin-top: 10px;
		
	}
	
#slideshow #menu li {
	display: block;
	text-decoration:none;
	}
	
#slideshow #menu li a {
	display: block;
	padding: 1px 0 12px 1px;
	background:url(../images/button2.png) center no-repeat;
	text-decoration:none;
	color:#333333;
	font-weight:bold;

	}
	
#slideshow #menu li a:hover {
	padding: 1px 0 12px 1px;
	background: url(../images/button_hover2.png) center no-repeat;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	}
	
#slideshow #menu li.current a {
	padding: 1px 0 12px 1px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	}
	
#slideshow img {
	border:0px;
}

input {
}
