
/*<group=hacks>*/

.clearfix {
	clear:both;
	display: inline-table;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	clear:both;
	display: block;
}

#container {
	text-align: left;
	width: 782px;
	margin: 0 auto 10px;
}

#header {
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;
}

#maincaption {
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 165%;
	width: 560px;
}

#links {
	position: absolute;
	top: 80px;
	left: 600px;
	width: 160px;
	border-left: 1px solid #ccc;
	padding: 0 6px;
}
/*
h3 {
	font-weight: normal;
	padding: 2px;
	background-color: #cc3030;
	color: #fff7cc;
	text-align: center;
	font: 12px/14px Helvetica, Arial, sans-serif;
}
*/

#links ul {
	list-style-type: none;
}

#links ul li a {
	display: block;
	text-decoration: none;
	padding: 2px;
	color: #cc3030;
	padding-left: 4px;
}

#links ul li a:hover {
	background-color: #cc3030;
	color: #fff7cc;
}

#slider{
	height:240px;
	margin:0 auto;
	width:550px;
}

#slider .floating{
	height:200px;
	margin:auto auto auto 10px;
	width:528px;
}

#slider ul{
	list-style:none;
	height:190px;
	width:465px;
}

#slider ul li {
	float: left;
	width:165px;
	height:197px;
	text-align: center;
	margin:0 10px;
	padding-top: 6px;
}

#slider ul li a {
	font-weight:bold;
	height: auto;
	color:#dc491e;
	text-decoration: none;
}

#slider span{
	color:#dc491e;
	font-weight:bold;
}

#slider ul li img {
	display: block;
}

.floating {
	float: left;
}

#butleft, #butright {
	cursor:pointer;
	padding: 0px;
	margin: 0px;
}
#butleft img, #butright img {
	padding: 0px;
	margin: 0px;
}

#butleft {
	float:left;
}

#butright {
	float:right;
}

#controls {
	width: 100px;
	margin: 0 auto;
}

#texts {
	width: 330px;
	height: 140px;
	margin: 16px auto 4px auto;
}
/*
.text {
	width: 300px;
	height: 100px;
	border: 1px solid #333;
	background-color: #fff;
	padding: 12px;
	color: #333;
	overflow: auto;
}
*/