img {
	border: none;
	display: inline;
}
/*<group=hacks>*/
.clearfix {
	display: inline-table;
	width:600px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:500px;
}
.clearfix {
	display: block;
}
#container {
	width: auto;
	height:560px;
	margin:auto;
	text-align: left;
}
#header {
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;
}
#maincaption {
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 50%;
	width: 560px;
}
#links {
	position: absolute;
	top: 80px;
	left: 300px;
	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;
	color: #cc3030;
}
#links ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#slider {
	background-color: #e2cc90;
	border: 3px solid #fff;
	width:820px;
	height:500px;
	padding-bottom:20px;
	margin-top:30px;
}
#slider .floating {
	margin-top:20px;
}
#slider ul {
	list-style-type: none;
	width:720px;
	height:335px;
	color:#FFFFFF;
}
#slider ul li {
	float: left;
	width: auto;
	text-align: center;
	margin: 5px 5px;
	padding:3px;
	background-color: #9c8a5b;
	color:#FFFFFF;
}
#slider ul li a {
	height: auto;
	text-decoration: none;
}
#slider ul li a:hover {
	text-decoration: none;
}
#slider ul li img {
	display: block;
}
.floating {
	float: left;
}
#butleft, #butright {
	padding: 2px;
	margin: 2px;
}
#butleft img, #butright img {
	padding: 0px;
	margin: 0px;
}
#butleft {
	margin-left: 4px;
}
#butright {
	margin-left: 4px;
}
#controls {
	width: 100px;
	margin:auto;
	margin-top:20px;
}
#texts {
	width: 100px;
	height: 40px;
	margin: 10px auto 20px auto;
	color: #FF0000;
	margin-left:370px;
}
.text {
	width: 100%;
	height: 40px;
	padding: 10px;
	color: #fff;
	overflow: auto;
	font-family: "Trebuchet MS";
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	vertical-align:middle;
}

.img.displayed{
	display: block;
    margin-left: auto;
    margin-right: auto 
}
#footer {
	border-top: 1px solid #666;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	color: #666;
	padding-top: 4px;
}
#footer a {
	color: #444;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

