﻿img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* index.html / index02.html
--------------------------- */
#flasharea {
	width: 535px;
	height: 351px;
	border: solid 2px #000000;
}
#flasharea div {
	width: 535px;
	height: 292px;
	overflow: hidden;
	position: relative;
}
#flasharea div div {
	top: 0;
	left: 0;
	position: absolute;
}

#flasharea ul {
	width: 535px;
}

#flasharea ul li {
	width: 107px;
	float: left;
	display: inline;
}

#flasharea ul li img {
	border: solid 1px #ffffff;
}

#flasharea .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* =======================================
	ClearFixElements
======================================= */
#flasharea ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#flasharea ul {
	display: inline-block;
	overflow: hidden;
}

/* =======================================
	ClearFixElements
======================================= */
#flasharea02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#flasharea02 ul {
	display: inline-block;
	overflow: hidden;
}
