@charset "shift_jis";
/* CSS Document */

div#slideshow {
	width: 900px;
	height: 445px;
	padding: 0px;
	background: url(images/border.png);
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	z-index: 5;
	margin-top: 10px;
	margin-bottom: 30px;
}
div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative;
	top: 210px;
	z-index: 15;
}
div#slideshow ul#nav li#prev {
	float: left;
	margin: 0 0 0 40px;
}
div#slideshow ul#nav li#next {
	float: right;
	margin: 0 50px 0 0;
}
div#slideshow ul#nav li a {
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
}
div#slideshow ul#nav li#prev a {
	background-image: url(../images/prev.png);
}
div#slideshow ul#nav li#next a {
	background: url(../images/next.png);
}
div#slideshow ul#slides {
	list-style: none;
}
div#slideshow ul#slides li {
	margin: 0 0 0px 0;
}
