﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
#container {
	width: 100%;
	text-align: center;
}
.wideslider {
	padding-bottom: 0px;
	width: 100%;

	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:200;

}
@media screen and (min-width: 641px){
	.wideslider {
	min-width:960px;
	padding:0 0 20px;
	margin:auto;
	}

	}
@media screen and (max-width: 640px){
	.wideslider{
		min-width:320px;
		padding:0 0 30px;
		}
	}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	list-style: none;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;

}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: url(../img/prev.png) no-repeat right center;
}
.slider_next {
	background: url(../img/next.png) no-repeat left center;
}

.pagination {
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 10px;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius:50%;
	overflow: hidden;
	vertical-align:middle;
}
.pagination a.active{
	width: 10px;
	height: 10px;
	}
.pagination a.pn1 {
	background: #47463f;
	}
.pagination a.pn2  {
	background: #47463f;
	}
.pagination a.pn3  {
	background: #47463f;
	}
.pagination a.pn4  {
	background: #47463f;
	}
.pagination a.pn5  {
	background: #47463f;
	}
.pagination a.pn6  {
	background: #47463f;
	}
.pagination a.pn7  {
	background: #47463f;
	}


.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* #wrapper
-------------------------------- */
#wrapper {
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
}

#wrapper p {
	padding: 0 0 20px 0;
	font-size: 100%;
	line-height: 180%;

}
