#slideshow * {
	margin:0;
	padding:0;
}

#slideshow {
	height:577px;
	position:relative;
	width:760px;
}

#slideshow #menu, #slideshow #pictures, #slideshow #loading {
	position:absolute;
}

#slideshow #loading {
	background:transparent url(../img/spinner.gif) repeat scroll 0 0;
	display:block;
	height:40px;
	left:360px;
	text-indent:-5000px;
	top:205px;
	visibility:hidden;
	width:40px;
	z-index:5;
}

#slideshow #pictures {
	height:450px;
	left:0;
	overflow:hidden;
	width:760px;
	top:36px;
}

#slideshow #pictures li {
	display:block;
	position:absolute;
	top:0;
	width:760px;
	background:transparent url(../img/spinner.gif) center center no-repeat;
}

#slideshow #menu {
	height:60px;
	list-style-type:none;
	bottom:0;
	width:760px;
}

#slideshow #menu li {
	display:block;
	position:relative;
	z-index:1000;
	float:left;
	margin-right:10px;
	Cursor:pointer;
}

#slideshow #meni li.last {
	margin-right:0;
}

#slideshow #menu li.background {
	background:transparent url(../img/arrow.png) no-repeat scroll top center;
	height:7px;
	position:absolute;
	width:4px;
	z-index:5;
	margin-top:-10px;
}

#slideshow #menu li.last {
margin:0;
}