/* slideshow */
#slideshow {
	background:  url(/theme/gfx/slideshow.png) top left no-repeat;
    position:relative;
    width: 715px;
	height: 394px;
}
#slideshow a, #slideshow div {
	display: block;
    position:absolute;
    top:4px;
    left:4px;
    z-index:8;
    opacity:0.0;
}

#slideshow .active {
    z-index:10;
    opacity:1.0;
}

#slideshow .last-active {
    z-index:9;
}

/* slideshow – navigace */
#slideshow-navig {
	background:  url(/theme/gfx/slideshow-navig.png) bottom left no-repeat;
	height: 37px;
	width: 715px;
	text-align: center;
}

#slideshow-navig li {display: inline; font-size: 1.4em; background: none; padding: 0 1em; position: relative; top: .1em;}
#slideshow-navig li a {color: #4b0019;}

#slideshow-navig li.active a {
	color: #000; text-decoration: none;
}
