@charset "utf-8";

/* =======================================

	CommonElements

======================================= */


#slideshow {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}
#slideshow div {
	width: 698px;
	height: 361px;
	overflow: hidden;
	position: relative;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
}

#slideshow ul {
	width: 600px;
}

#slideshow ul li {
	width: 150px;
	float: left;
	display: inline;
	margin-right: 15px;
	border: 1px solid #FFFFFF;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	z-index: 1000;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	z-index: 10000;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
	width: 668px;
	position: absolute;
	left: 23px;
	top: 428px;
	z-index: 10000;
}



/* index03.html
--------------------------- */
#slideshow02 {
	margin: 0 auto;
	width: 400px;
	text-align: left;
	position: relative;
}
#slideshow02 div {
	width: 400px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#slideshow02 div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow02 ul {
	bottom: 10px;
	right: 0;
	width: 240px;
	position: absolute;
	z-index: 100;
}

#slideshow02 ul li {
	width: 60px;
	float: left;
	display: inline;
}

#slideshow02 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow02 ul {
	display: inline-block;
	overflow: hidden;
}
