#slideshow * { margin: 0; padding: 0; }
#slideshow { position: relative; width: 671px; height: 256px; margin-top: -7px; margin-left: 10px;}
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute;  }
#slideshow #loading { background: url('../Source/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('../Source/images/bg.jpg'); width: 651px; height: 239px; left: 0; overflow: hidden;}
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 585px; margin-top: -80px; left: 0; }
#slideshow #pictures li img { display: block; position: relative; }
#slideshow #menu { background: url('../images/fondo_gallery_home.png'); list-style-type: none; width: 76px; height: 275px; right: 0; padding-top: 2px; }
#slideshow #menu li { display: block; z-index: 1000; position: relative; zoom: 1; }
#slideshow #menu li a { display: block; font: 11px "Lucida Grande", "Verdana"; text-decoration: none; padding: 3px 0 3px 10px; 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";  }
#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; }
