#slideshow img { display: none }
#slideshow img.first { display: block }
#slideshow-navi {
    position: absolute;
    top: 520px;
    z-index: 1000;
}

div.dot{
    float: left;
    -webkit-border-radius: 5em; 
    -moz-border-radius: 5em;
	border-radius: 5em;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    background-color: #000000;
    
}
div.active{
    background-color: #FFFFFF;
    
}
