/*サブムービー*/

#slideshow02 {
	width: 727px;
	height:626px;
	float:left;
	position: relative;
	padding:0px 0px 0px 0px;
}
#slideshow02 div {
	width: 727px;
	height:546px;
	overflow: hidden;
	position: relative;
}
#slideshow02 div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow02 ul {
	width: 700px;
	height:62px;
	bottom: 0px;
	margin-left:20px;
	text-align:center;
	position: absolute;
	z-index: 100;
}

#slideshow02 ul li {
	width: 162px;
	height:62px;
	margin-right:10px;
	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;
}
