body.js #main .content {
	width: 100%;
	padding-bottom: 0;
	position: relative;
}

#listings {
	padding-bottom: 25px;
	_height: 1%;
}

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

#listings p {
	clear: both;
}

#listings .listing {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#listings .listing li {
    float: left;
    width: 301px;
    padding: 0 0 25px;
    margin: 20px 0 30px;
    text-align: center;
    background: url(shadow.png) 50% 100% no-repeat;
}

#listings .listing li a img {
    border-color: #ccc;
    border-width: 1px 1px 0;
    vertical-align: top;
}

#listings .listing li a:hover img,
#listings .listing li a:active img {
    border-color: #e90;
}

body.js #listings h3,
body.js #listings p {
	display: none;
}

body.js #wrapper .title {
	background: #fff;
	padding: 26px 0 25px;
}

body.js #wrapper .title h3 {
	width: 602px;
	border-bottom: solid 1px #eee;
	clear: both;
	font-size: 1.25em;
	padding: 0;
	background: #fff;
	margin: 0 auto;
}

body.js #listings {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 300px;
	overflow: hidden;
	position: relative;
}

body.js #listings #listingsWrapper {
	position: relative;
	top: 0;
	left: 50%;
	height: 100%;
}

body.js #listings .listing {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

body.js #listings .listing li {
	margin: 0 0 0 -150px;
	padding: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 301px;
	background-image: url(shadow_grass.png);
}

body.js #listings .listing li a img {
	border-width: 1px;
	border-weight: solid;
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -126px;
	height: 150px;
	width: 250px;
}

body.js #listings .listing li span.featured {
	width: 40px;
	height: 45px;
	background: url(rosette.png) 50% 50% no-repeat;
	position: absolute;
	bottom: 37.5px;
	left: 50%;
	margin: 20px 0 0 100px;
}

#viewer {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 220px;
	height: 70px;
	margin: 0 0 0 -135px;
	padding: 8px 25px 0;
}

#viewer div.left,
#viewer div.right {
	position: absolute;
	bottom: 100%;
	border: solid 2px #333;
	width: 10px;
	height: 168px;
}

#viewer div.left {
	left: 0;
	border-right: none;
}

#viewer div.right {
	right: 0;
	border-left: none;
}

#viewer div.left span,
#viewer div.right span {
	display: block;
	position: absolute;
	top: 50%;
	margin: -8px 0 0;
	width: 16px;
	height: 16px;
	background: 50% 50% no-repeat;
	cursor: pointer;
	_cursor: hand;
}

#viewer div.left span {
	left: -26px;
	background-image: url(previous.png);
}

#viewer div.right span {
	right: -26px;
	background-image: url(next.png);
}

#viewer div.data,
#viewer div.overlay {
	height: 100%;
	background: 50% 50% no-repeat;
}

#viewer.loading div.data {
	display: none;
}

#viewer div.overlay {
	display: none;
	background-image: url(loading.gif);
}

#viewer.loading div.overlay {
	display: block;
}

#viewer div.data p {
	display: block;
	margin: 0 0 5px;
	text-align: left;
}

#viewer div.data p.right {
	text-align: right;
}

#viewer div.data p a {
	font-weight: bold;
}

#navigation {
	width: 499px;
	margin: 25px auto 0;
	position: relative;
	padding: 0 0 50px;
}

#track {
	width: 660px;
	height: 30px;
	margin: 0 0 0 -81px;
	background: url(track.png);
}

#handle {
	width: 153px;
	height: 32px;
	background: url(handle.png);
	position: absolute;
	top: 0;
	left: 0;
	margin: 4px 0 0 -77px;
	cursor: move;
}

#navigation ul {
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#navigation ul li {
	width: 2px;
	height: 16px;
	margin: 0 0 0 -15px;
	padding: 0 14px;
	position: absolute;
	top: 0;
	cursor: pointer;
	_cursor: hand;
}

#navigation ul li span {
	display: block;
	width: 100%;
	height: 100%;
	background: #558046;
	position: relative;
}

#navigation ul li span.selected,
#navigation ul li span.hover {
	background: #2b4023;
}

#navigation ul li span em {
	display: none;
}

#navigation ul li span.hover em {
	display: block;
	position: absolute;
	top: 100%;
	width: 200px;
	text-align: center;
	margin: 10px -100px 0;
	color: #2b4023;
}

#navigation ul li.previous {
	left: -38px;
	width: 16px;
	padding: 0;
	background: url(previous_grass.png);
}

#navigation ul li.next {
	right: -38px;
	width: 16px;
	padding: 0;
	background: url(next_grass.png);
}
