#slideshow * { margin: 0; padding: 0; }
#slideshow { position: relative; width: 690px; height: 244px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute;  }
#slideshow #loading {
	background: url('../Source/images/spinner.gif');
	display: block;
	top: 117px;
	left: 397px;
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	visibility: hidden;
	z-index: 5;
}
#slideshow #pictures {
	background: url('../Source/images/bg.jpg');
	width: 690px;
	height: 244px;
	left: 0;
	overflow: hidden;
}
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 690px; margin-top: 0px; left: 0; }
#slideshow #pictures li img { display: block; position: relative; }
#slideshow #menu {
	background: url('../img/fondo_gallery_home.png') top no-repeat;
	list-style-type: none;
	width: 80px;
	height: 244px;
	padding-left:10px;
	padding-right:10px;
	right: 0px;
}

#slideshow #menu li { display: block; z-index: 990; position: relative; zoom: 1; }
#slideshow #menu li a { display: block; padding: 11px 0px 7px 0px; z-index: 1000; zoom: 1;}
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #fff; }
#slideshow #menu li.current a { font: 15px "Georgia";  }
/*#slideshow #menu li.background { background: url('../Source/images/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }*/
