#slideshow * {
	margin: 0;
	padding: 0;
}
#slideshow {
	display:block;
	clear:both;
	position: relative;
	width: 678px;
	height: 400px;
	background-color:#000000;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}
#slideshow:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#slideshow {
display:inline-table;
}
/* Hides from IE-mac \*/
* html #slideshow {
  height: 1%;
  }
#slideshow {
display:block;
}
/* End hide from IE-mac */


#slideshow #menu, #slideshow #pictures, #slideshow #loading {
	position: absolute;
}
#slideshow #loading {
	background: url('../common/slideshow/images/spinner.gif');
	display: block;
	top: 188px;
	left: 255px;
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	visibility: hidden;
	z-index: 5;
}
#slideshow #pictures {
	background: url('../common/slideshow/images/bg.jpg');
	width: 480px;
	height: 360px;
	left: 20px;
	top:20px;
	overflow: hidden;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 437px;
}
#slideshow #pictures li img {
	display: block;
	position: relative;
	bottom: 0;
}
#slideshow #menu {
	background-image:url(../common/slideshow/images/bg_side.jpg);
	background-repeat:repeat-y;
	list-style-type: none;
	width: 154px;
	xheight: 257px;
	right: 20px;
	top:20px;
	padding:10px 0;
	height: 340px;
}
#slideshow #menu li {
	display: block;
	z-index: 1000;
	position: relative;
	zoom: 1;
}
#slideshow #menu li a {
	display: block;
	font-size:10px;
	font: 10px;
	text-decoration: none;
	padding: 2px 0 2px 20px;
	z-index: 1000;
	color: #ccc;
	line-height: 1.1em;
	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-size:10px;
	color:#FFCC00;
	padding: 3px 0 3px 20px;
	line-height:1.1em;
}
#slideshow #menu li.background {
	background: url('../common/slideshow/images/arrow.gif') no-repeat left center;
	position: absolute;
	font-size: 1px;
	height: 7px;
	width: 4px;
	z-index: 5;
}
