.vr_listing .entry-title {
	float: left;
}
.vr_listing .vr_listing-status {
	float: right;
	background-color: #666;
	color: white;
	padding: 5px;
	font-size: 115% !important;
}

.vr_listing-main-photo {
	border: 1px solid #ccc;
	padding: 3px;
	width: 600px;
	height: 400px;
	text-align: center;
}
.vr_listing-thumbnails {
	margin: 0;
	padding: 0;
	overflow: auto;
}
.vr_listing-thumbnail-item {
	float: left;
	list-style: none;
	margin: 3px;
}
.vr_listing-thumbnail {
	border: 1px solid #ccc;
	height: 85px;
	padding: 3px;
	width: 85px;
}

.vr_listing .idx-content {
	clear: both;
}
.vr_listing .dsidx-primary-photo,
.vr_listing .dsidx-address,
.vr_listing .dsidx-photos {
	display: none;
}

.vr_listing-basic-info {
	padding-bottom: 20px;
	overflow: auto;
}
.vr_listing-basic-info dt {
	font-weight: bold;
}
.vr_listing-basic-info dt,
.vr_listing-basic-info dd {
	float: left;
	width: 25%;
	margin: 0;
}

.vr_listing-archive-item {
	overflow: auto;
	position: relative;
}
.vr_listing-archive-photo {
	border: 1px solid #333;
	width: 100px;
	height: 100px;
	float: left;
}
.vr_listing-archive-title {
	margin: 0;
	padding: 5px 0 0;
}
.vr_listing-archive-location {
	font-size: 100%;
}
.vr_listing-archive-description {
	
}
.vr_listing-archive-status {
	background-color: black;
	bottom: 10px;
	color: white;
	display: inline-block;
	font-weight: bold;
	left: 5px;
	padding: 2px;
	position: absolute;
	text-transform: uppercase;
}

/* slideshow */

.vr_listing-slideshow {
	position: relative;
	width: 600px;
	height: 400px;
}
.vr_listing-slideshow-list {
	border: 1px solid #000;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	width: 600px;
	text-align: center;
}
.vr_listing-slideshow-item {
	display: inline-block;
	list-style: none;
	position: relative;
	width: 596px;
	text-align: center;
}
.vr_listing-slideshow-img {
	line-height: 0;
}
.vr_listing-slideshow-item-info {
	background-color: rgba(0,0,0,.7);
	bottom: 0;
	color: #fff;
	left: 0;
	line-height: 100%;
	margin: 0;
	padding: .6em 0 .6em .6em;
	position: absolute;
	width: 100%;
}
.vr_listing-slideshow-title {
	font-size: 180%;
	padding: 7px 0 12px;
	text-decoration: underline;
}
.vr_listing-slideshow-description {
	white-space: normal;
}
.vr_listing-slideshow-link {
	color: white;
}
.vr_listing-slideshow-nav {
	background-color: rgba(0,0,0,.7);
	color: #fff;
	cursor: pointer;
	font-size: 200%;
	height: 20px;
	left: 0;
	padding: 10px 15px;
	position: absolute;
	top: 20px;
	width: 20px;
}
.vr_listing-slideshow-next {
	left: auto;
	right: 0;
}

/* gallery */

.vr_listing-gallery-item {
	float: left;
	list-style: none;
	margin-right: 10px;
	text-align: center;
}
.vr_listing-gallery-item:last-child {
	margin-right: 0;
}
.vr_listing-gallery-img-container {
	height: 110px;
	position: relative;
}
.vr_listing-gallery-img {
	width: 100px;
	height: 100px;
	padding: 5px;
}
.vr_listing-gallery-price {
	bottom: 5px;
	display: block;
	left: 5px;
	position: absolute;
	width: 100px;
}
.vr_listing-gallery-city {
	display: block;
}

