#slideshow * { margin: 0; padding: 0; }
#slideshow { background: url('../img_novedades/bg_shadow.gif') no-repeat top; position: relative; width: 700px; height: 300px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('../img_novedades/spinner.gif'); display: block; top: 210px; left: 220px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures { background: url('../img_novedades/bg.jpg'); width: 485px; height: 300px; left: 0; overflow: hidden; }
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 485px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu {
	background: url('../img_novedades/bg_side.jpg');
	list-style-type: none;
	width: 250px;
	height: 300px;
	right: 0; 
}
#slideshow #menu li {
	display: block;
	z-index: 1000;
	position: relative;
	zoom: 1;
	border:1px dashed #333333;
}
#slideshow #menu li a { display: block; font: 10px "Lucida Grande", "Verdana"; text-decoration: none; padding: 3px 3px 5px 5px; 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: #fdb408; }
#slideshow #menu li.current a {
	color: #fdd204;
	padding: 3px 3px 5px 5px;
	line-height: 18px;
	font-family: Georgia;
	font-size: 12px;
	background:#666666;
}
#slideshow #menu li.background { background: url('../img_novedades/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5000; }
