* {
	margin: 0;
	padding: 0;
	outline: none;
}


img {
	border: none;
	display: inline;
}

/*<group=hacks>*/

.clearfix {
	display: inline-table;
}

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

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

a {
	color: #444;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}






#links {
	position: absolute;
	top: 80px;
	left: 600px;
	width: 156px;
	border-left: 1px solid #ccc;
	padding: 0 6px;
}



#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 .floating {
	margin-top: 10px;
}

#slider ul {
	list-style-type: none;
	width: 850px;
	height: 348px;
}

#slider ul li {
	float: left;
	/*border: 1px solid #f00;*/
	width: 500px;
	height: 333px;
	text-align: center;
	margin: 0 6px;
	padding-top: 6px;
}

#slider ul li a {
	/*display: block;*/
	height:auto;
	color: #333;
	text-decoration: none;
}

#slider ul li a:hover {
	/*color: #ff0ff0;*/
	text-decoration: underline;
}

#slider ul li img {
	display: block;
}

.floating {
	float: left;
}

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

#butleft {
	margin-left: 1px;
	margin-right: 4px;
}

#butright {
	margin-left: 4px;
}

#controls {
	width: 100px;
	float:right;
	display: none;
}

#texts {
	width: 330px;
	height: 140px;
	margin: 16px auto 4px auto;
}

.text {
	width: 300px;
	height: 100px;
	border: 1px solid #333;
	padding: 12px;
	color: #333;
	overflow: auto;
}
