@charset "utf-8";
/* CSS Document */

#slideshow-wrap {
	float:left;
	display:none;
	position:relative;
}

#slideshow-nav {
    position:absolute;
    right:3px;
    bottom:0;
	z-index:1000;
}

#slideshow-nav a {
    width:20px;
    height:20px;
    border:0;
    background:#000;
    display:block;
    float:left;
    text-align:center;
    font-size:11px;
    text-decoration:none;
    line-height:20px;
    color:#fff;
    margin-left:3px;
}

#slideshow-nav a:hover {
    background:#fff;
    color:#000
}

#slideshow-nav .activeSlide {
    background:#fff;
    color:#000
}