@charset "utf-8";

@import url("../packages/naomo001/css/import.css");

.simpleSlide-slide div{
	width: 780px;
	height: 300px;
	position: relative;
}
.simpleSlide-window {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.slideshow {
	position: relative;
	overflow: auto;
}

.left-button {
	background-image:url("../packages/naomo001/img/flash/left-arrow.png");	
}

.right-button {
	background-image:url("../packages/naomo001/img/flash/right-arrow.png");	
	
}

.left-button {
	cursor:pointer;
	height:72px;
	position:absolute;
	width:50px;
	display: none;
	z-index: 9999;
	top:50%;
	margin-top: -36px;
}
.right-button {
	cursor:pointer;
	height:72px;
right:1px;
	position:absolute;
	width:50px;
	display: none;
	z-index: 9999;
	top:50%;
margin-top: -36px;
}
