#slideshow * {
	margin: 0; 
	padding: 0; }

#slideshow {
	background:transparent url(images/bg_shadow.gif) no-repeat scroll center top;
	height:500px;
	left:15px;
	position:relative;
	top:12px;
	width:500px; }

/*#slideshow #menu, #slideshow #pictures, #slideshow #loading { 
	position: absolute;
    top:100px;}*/


#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/bg.jpg'); 
	width: 605px; 
	height: 466px; 
	left: 0; 
	overflow: hidden; }

#slideshow #pictures li { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 500px; }

#slideshow #pictures li img { 
	/*display: block;*/ 
	position: relative; 
	bottom: 0; }

#slideshow #menu { 
	/*background: url('images/bg_side.jpg');*/ 
	list-style-type: none; 
	/*width: 166px; 
	/*height: 257px;*/ 
	right: 0;
	top:580px;
	float:right;
	}

#slideshow #menu li { 
	display: block; 
	z-index: 1000; 
	position: relative; 
	zoom: 1;
	float:left; }

#slideshow #menu li a { 
	-x-system-font:none;
	color:#565855;
	display:block;
	font-family:helvetica,arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:5px 0 0 9px;
	text-decoration:none;
	z-index:1000;
	}

#slideshow #menu li a:focus { 
	outline: 0; }

#slideshow #menu li a:hover { 
	color: #black; }

#slideshow #menu li.current a { 
	font-family:helvetica,arial,sans-serif;
	color: #797979; 
	padding: 5px 0 5px 11px; 
	}

#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;
        width:0 !important; }