﻿@charset "utf-8";

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

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	margin-bottom: 10px;
	padding: 5px 0;
	background: #fff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 20px 0;
	width: 100%;
	font-size: 12px;
}
@media only screen and (min-device-width: 760px)
    and (max-device-width: 1000px){
h2 {
	padding: 20px 0;
	width: 100%;
	font-size: 12px;
}
}
@media screen and (max-width: 640px) {
h2 {
	padding: 10px 0;
	width: 100%;
	font-size: 6px;
}
}



#container {
	width: 100%;
	text-align: center;
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	outline:solid 3px #fff;
}

.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; background-size: auto; }
.slider_next {background:  url(../img/next.png) no-repeat left center; background-size: auto; }

@media only screen and (min-device-width: 760px)
    and (max-device-width: 1000px){
.slider_prev {background:  url(../img/prev.png) no-repeat right center; background-size: auto; }
.slider_next {background:  url(../img/next.png) no-repeat left center; background-size: auto; }
}
@media screen and (max-width: 640px) {
.slider_prev {background:  url(../img/prev.png) no-repeat right center; background-size: 50px; }
.slider_next {background:  url(../img/next.png) no-repeat left center; background-size: 50px; }
}





/*
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
	
}

.pagination a {
	margin: 0 5px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
	display: inline-block;
	overflow: hidden;
	background: #82C1ED;
}
.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;
}
