﻿@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: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
}
*/

.loopslider {
	margin: 0 auto 20px;
	width: 100%;
	height: 237px;
	position: relative;
	overflow: hidden;
}

.loopslider ul {
/* 	width: 100%; */
	height: 237px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: -95px;
	
}
.loopslider ul li {
	width:315px;
	height: 237px;
	float: left;
	padding: 0 10px;
/*
	display: inline;
	margin: 0 10px;
*/
}
.loopslider ul li:last-child {
	margin: 0 !important;
}
.loopslider ul li img{
	width:100%;
	height: auto;
}

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

.loopslider ul {
	display: inline-block;
	overflow: hidden;
}
*/
