/* CSS Document */

#clocks-change { width:876px; height:322px; margin:50px auto;}

#slideshow {
    position:relative;
	width:876px;
	height:322px;
	z-index:8;
}

#slideshow div.png_container {
    position:absolute;
	width:876px;
	height:322px;
    top:0;
    left:0;
    z-index:8;
}

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

#slideshow div.last-active {
    z-index:9;
}
#slideshow div.png_container div {
    width:876px;
	height:322px;}
#slideshow div img {
    width:876px;
	height:322px;}
