* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font: .75em Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #ddd;
	overflow-y: hidden !important;
}

/*sliding images*/


#distance-scroll {
	width: 1px;
	height: 50%;
	margin-bottom: -290px; /* half of container's height */
	float: left;
}

#container-scroll {
	position: relative;
	clear: left;
	display: table;
	background-color: #fff;
	height: 583px;
}
#container-scroll img {
	display: inline;
	margin-top: 30px !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
}
#container-scroll p {
	display: block;
}
#strip p {
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
/*navigation bar (topstrip)*/

#topstrip-scroll {
	width: 100% !important;
	width: 4000px;
	background: #bbb;
	overflow: visible;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	position: fixed;
	text-align: left;
}

#topstrip-scroll ul {
	list-style: none;
}

#topstrip-scroll ul li {
	float: left;
}

#topstrip-scroll a:link, #topstrip-scroll a:visited {
	text-decoration: none;
	display: block;
	float: left;
	line-height: 25px;
	height: 24px;
	color: #fff;
	padding: 0 7px;
}

#topstrip-scroll a:hover {
	background-color: #fff;
	color: #bbb;
}

#topstrip-scroll #over a {
	background-color: #fff;
	color: #bbb;
}
