﻿@charset "utf-8";

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

	CommonElements

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

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 {
	width: 800px;
	height: 135px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#loopslider ul {
	/*	width: 100%;*/
	height: 135px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	width: 275px;
	height: 135px;
	float: left;
	display: inline;
	overflow: hidden;
}

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

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
#loopslider .parapara {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 135px;
	width: 810px;
}
