ul#nav {
	display: none;
}

.applicationForm {
	display: none;
}

.rightColumn {
	display: none;
}

#footer {
	display: none;
}

.map {
	display: none;
}

.belt {
	width: 800px;
	overflow: none;
}

.back, .arrowLeft, .arrowRight {
	display: none;
}

body {
	font-family: Lucida Grande, Tahoma, Arial, sans-serif;
	color: rgb(18, 46, 83);
}

.features {
	list-style: none;
}

.features span {
	display: inline;
}

h1 {
	text-transform: lowercase;
	font-family: Arial, sans-serif;
}

#thumbnails {
	width: 100%;
}

#logo {
	margin-bottom: 50px;
}

.description {
	width: 100%
}

a {
	color: #FFF;
	text-decoration: none;
}

.static_images_list {
	margin: 0;
	padding: 0;
}

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

.static_images_list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

.seeMore {
	display: none;
}


