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



/* index.html / index02.html
--------------------------- */
#slideshow {
    width: 260px;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
}
#slideshow div {
    width: 260px;
    height: 153px;
    overflow: hidden;
    position: relative;
}
#slideshow div.main {
    margin-bottom: 2px;
}

#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
    width: 260px;
}

#slideshow ul li {
    width: 65px;
    float: left;
    display: inline;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}
