body {
	margin: 0;
	overflow: hidden;
	font-family: 'Helvetica Neue', arial, sans-serif;
	color: #000000;
}
input {
	font-family: 'Helvetica Neue', arial, sans-serif;
	color: #000000;
	font-size: 16px;
}
a {
	color: #000000;
}

#container {
	margin-left: 20px;
	position: absolute;
	top: 50%;
	height: 450px;
	margin-top: -225px;
	position: absolute;
}

#track {
	position: fixed;
	width: 100%;
	padding: 20px;
}

#slider {
	float: left;
	cursor: move;
}

.next, .previous {
	background: none;
	display: block;
	margin-top: 144px;
}

.image {
	float: left;
	background: url('/images/loading.gif') top left no-repeat;
	margin-right: 20px;
	cursor: pointer;
}
.image img {
	margin-bottom: 20px;
	cursor: pointer;
}
.image .html {
	display: none;
}