#slideshow * { margin: 0; padding: 0; }
#slideshow { position: relative; width: 579px; height: 288px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('/images/24-1.gif'); display: block; top: 132px; left: 277px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures { width: 579px; height: 288px; left: 0; overflow: hidden; } /* background: url('/images/home_markets/bg.jpg'); */
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 579px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu { list-style-type: none; width: 350px; height: 100px; right: 0; bottom: 0; } /* background: url('/images/home_markets/bg_side.jpg'); */
#slideshow #menu li { display: block; z-index: 1000; position: relative; zoom: 1; float: left; } 
#slideshow #menu li a { 
	display: block; 
	font: 10px sans-serif; 
	text-transform: uppercase; 
	text-decoration: none; 
	font-weight: bold; 
	margin-right: 5px; 
	padding: 3px 5px 3px 20px; 
	z-index: 1000; 
	color: #ccc; 
	line-height: 12px; 
	vertical-align: middle; 
	zoom: 1; 
	color: #75b2de; 
	float: left; 
	width: 140px; 
	background: url('/images/home_markets/arrow.png') no-repeat 3px 5px;
	/*background-position: 5px 10px;*/
}
.svg #slideshow #menu li a { background-image: url('/images/home_markets/arrow.svg'); }
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #fff; }
#slideshow #menu li.current a { color: #fff; padding: 3px 5px 3px 20px; line-height: 12px; background-color: #75b2de; background-image:  url('/images/home_markets/arrow_over.png'); } /* background-color: #75b2de; */
.svg #slideshow #menu li.current a { background-image: url('/images/home_markets/arrow_over.svg'); }
/*#slideshow #menu li.background { background: url('/images/home_markets/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5; }*/
