* {
	margin:0;
	padding:0;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.sm {
	list-style:none;
	width:800px;
	height:200px;
	display:block;
	overflow: hidden;
	margin-right: auto;
	margin-left: 0px;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	float: left;
	margin-top: 0px;
}
.sm li {float:left; display:inline; overflow:hidden}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
