/* index.html / index02.html
--------------------------- */
#slideshow {
	margin: 0 auto;
	width: 830px;
	height: 240px;
	text-align: left;
}
#slideshow div {
	width: 830px;
	height: 240px;
	position: relative;
	overflow: hidden;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#slideshow ul li {
	width:0;
	height:0;
	float: left;
	display: inline;
	padding:0;
	margin:0;
	list-style:none;
}

#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;
}