/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page style
*/

#container {
	width:955px;
	padding:0px;
	margin:0 auto;
	position:center;
	z-index:0;
}

#example {
	width:955px;
	height:280px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:955px;
	height:280px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:center;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:955px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:955px;
	height:280px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

/*
	Pagination
*/
.pagination {
	margin:0px auto 0;
	width:00px;
}

.pagination li {
	float:left;
	margin:0 0px;
	list-style:none;
}

.pagination li a {
	display:none;
	width:0px;
	height:0;
	padding-top:0px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/
/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}.table1 {
	vertical-align: top;
}
.shiawaku {
	border-bottom-width: medium;
	border-bottom-color: #000;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
.bun {
	font-size: small;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
