#slideshow { margin: 0; padding: 0; clear:both;}

#slideshow-options{ display:none;}

#slideshow {
	background: url(../images/bg_slide.gif) no-repeat top;
	position: relative;
	padding: 0px;
	width: 675px;
	height: 323px;
	overflow: hidden;
}

#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }


#slideshow #loading { background: url('../images/spinner.gif'); display: block; top: 50%; left: 48%; text-indent: -5000px; width: 32px; height: 32px; visibility: hidden; z-index: 5; }

#slideshow #pictures { background: url('../images/bg_main.png'); width: 675px; height: 271px; left: 0; overflow: hidden; }

#slideshow #pictures li { display: block; position: absolute; top: 0; left: 0; width: 675px; }

#slideshow #pictures li img { display: block; position: relative; bottom: 0; }



#slideshow #menu {top:271px; left: 0; background: url(../images/bg_slidemenu.gif) repeat-x; width: 675px; height: 52px;}

#slideshow #menu li { display: block; z-index: 10; position: relative; zoom: 1; float:left; width:45px; top: 8px; left: 310px;}

#slideshow #menu li a { display: block; font: 11px "Lucida Grande", "Verdana"; text-decoration: none; z-index: 10; color: #FAFAFA; zoom: 1; float:left; width:30px;}

#slideshow #menu li img { padding: 5px; border: 1px solid #ccc; background: #fff;	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;}

#slideshow #menu li a:focus { outline: 0; }

#slideshow #menu li a:hover { color: #FAFAFA; }

#slideshow #menu li.current a img { 	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;}

/*#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; }*/
