html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }

a:active { outline:none; }

a:link,
a:visited {
	color:#599100;
	text-decoration:none;
}
a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}
	body { 
		font-size:12px;
		font-weight:normal;
		font-family:Arial;
		letter-spacing:0;
		color:#ffffff;
		background:#000000;
		padding:20px 0;
		position:relative;
	}
#header {
	margin:20px 0 20px 0;
}
#logo {
	float:left;
}
#navi {
	float:right;
	margin:45px 0 0 0;
}
#navi ul li {
	list-style:none outside none;
	display:inline;
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
	margin:0 5px 0 5px;
}
#navi ul li a:link,
#navi ul li a:visited {
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#navi ul li a:hover {
	font-size:14px;
	color:#9b212c;
	text-decoration:none;
	font-weight:bold;
}
#navi .activenavi {
	color:#9b212c;	
	font-size:14px;
	font-weight:bold;
}
	#container {
		width:900px;
		margin:0 auto;
		position:relative;
		z-index:0;
	}
	.slides_container {
		width:900px;
		overflow:hidden;
		position:relative;
		display:none;
	}
	.slides_container div.slide {
		width:900px;
		height:450px;
		display:block;
	}

	#prevdiv {
		float:left;
		position:absolute;
		top:300px;
		left:-24px;
		width:24px;
		height:43px;
		z-index:101;
	}
	#nextdiv {
		float:right;
		position:absolute;
		top:300px;
		right:-24px;
		width:24px;
		height:43px;
		display:block;
		z-index:101;
	}
	.pagination {
		margin:20px auto 0;
		text-align:center;
	}
	.pagination li {
		float:left;
		margin:0 2px 0 0;
		list-style:none;
	}
	.pagination li a {
		display:block;
		width:12px;
		height:0;
		padding-top:12px;
		background-image:url(../img/pagination.png);
		background-position:0 0;
		float:left;
		overflow:hidden;
	}
	.pagination li.current a {
		background-position:0 -12px;
	}
.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	margin:0 auto;
}
#infotext {
	text-align:center;
	font-weight:normal;
	font-size:13px;
	color:#ffffff;
	margin:20px 0 20px 0;
}
#infotext a:link,
#infotext a:visited {
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}
#infotext a:hover {
	font-size:13px;
	color:#9b212c;
	text-decoration:none;
	font-weight:normal;
}
#footer {
	margin:20px 0 20px 0 ;
	font-size:11px;
	color:#666666;
	text-align:center;
}
#footer a:link,
#footer a:visited {
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}
#footer a:hover {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}