body {
	background: rgb(255, 255, 255); color: rgb(0, 0, 0); line-height: 140%; font-family: Arial,Helvetica,sans-serif; font-size: 100%;
}
a:link {
	color: rgb(0, 0, 0); text-decoration: none;
}
a:visited {
	color: rgb(0, 0, 0); text-decoration: none;
}
a:active {
	color: rgb(0, 0, 0); text-decoration: none;
}
a:hover {
	color: rgb(0, 0, 0); text-decoration: none;
}
h1 {
	background: rgb(0, 0, 0); padding: 10px 0px; text-align: center; color: rgb(255, 255, 255); font-size: 12px; font-weight: bold; margin-bottom: 20px;
}
h2 {
	padding: 30px 0px; width: 100%; font-size: 12px;
}
#container {
	width: 100%; text-align: center;
}
.wideslider {
	width: 100%; height: 330px; text-align: left; overflow: hidden; position: relative;
}
.wideslider ul {
	overflow: hidden; float: left; display: inline;
}
.wideslider ul li {
	overflow: hidden; float: left; display: inline;
}
.wideslider_base {
	top: 0px; position: absolute;
}
.wideslider_wrap {
	top: 0px; overflow: hidden; position: absolute;
}
.slider_prev {
	top: 0px; overflow: hidden; position: absolute; z-index: 100; cursor: pointer;
}
.slider_next {
	top: 0px; overflow: hidden; position: absolute; z-index: 100; cursor: pointer;
}
.slider_prev {
	background: url("../img/prev.jpg") no-repeat right rgb(255, 255, 255);
}
.slider_next {
	background: url("../img/next.jpg") no-repeat left rgb(255, 255, 255);
}
.pagination {
	left: 0px; width: 100%; height: 15px; text-align: center; bottom: 10px; position: absolute; z-index: 200;
}
.pagination a {
	background: rgb(51, 51, 51); margin: 0px 5px; width: 15px; height: 15px; overflow: hidden; display: inline-block;
}
.pagination a.active {
	opacity: 1 !important; -moz-opacity: 1;
}
.wideslider ul::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
.wideslider ul {
	overflow: hidden; display: inline-block;
}
