#mainVisualArea {
	position: relative;
	height: 250px;
}

#slideshow {
	position: relative;
	width: 950px;
	height: 250px;
	}

#main-image-link {
	width: 950px;
	height: 250px;
	clear: both;
	}

#slides {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 250px;
	overflow: hidden;
	margin:0;
	padding:0;
}

#slides a {
	display:block;
	width: 950px;
	height: 250px;
	text-indent:-999em;
}

.noside {
	position: absolute;
	top:0;
	left:0;
	width: 950px;
	height: 250px;
	overflow: hidden;
	display: none !important;
	}

.forside {
	position: absolute;
	top:0;
	left:0;
	width: 950px;
	height: 250px;
	overflow: hidden;
	z-index: 10;
	display: block;
	}

.backside {
	position: absolute;
	top:0;
	left:0;
	width: 950px;
	height: 250px;
	overflow: hidden;
	display: block;
	}




#main-image-navi {
	position: absolute;
	top:186px;
	left:656px;
	height:43px;
	margin:0;
	padding:0;
	z-index: 20;
}

#main-image-navi li {
	display:block;
	width:43px;
	height:43px;
	float:left;
	overflow:hidden;
	margin-right:6px;
}

#main-image-navi li a {
	display:block;
	width:43px;
	height:43px;
	overflow:hidden;
}

