/* Zillow Digs Wordpress Plugin */
.zdigs-display img { 
	border-radius: 0;
	border: 0; 
	box-shadow: none;
	cursor: pointer;
}
.zdigs-large-view { 
	overflow: hidden; 
	position: relative;
	background: #000;
}
.zdigs-large-view a { 
	width: 100%;
	text-decoration: none; 
}
.zdigs-large-view img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
}
.zdigs-details {
	display: none;
	z-index: 50;
	position: relative;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
	color: #fff;
	height: 50px;
	width: 100%;
}
.zdigs-details p {
	margin: 5px 50px 0 10px;
	height: 100%;
	max-height: 3em;
	overflow: hidden;
	line-height: 1em;
}
.zdigs-count {
	background: url(../img/digs-sprites.png) no-repeat -321px -3px;
	width: 38px;
	height: 33px;
	padding-top: 10px;
	margin: 10px;
	float: right;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
.zdigs-nav { display: none; }
.zdigs-nav .prev, .zdigs-nav .next {
	position: absolute;
	top: 40%;
	color: #000;
	font-size: 20px;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
	cursor: pointer;
}
.zdigs-nav .prev { left: 10px; }
.zdigs-nav .next { right: 10px; }
.zdigs-thumbs { 
	overflow: hidden; 
	background: #000;
}
.zdigs-thumb-col { 
	width: 25%; 
	float: left;
}
.zdigs-thumb-col img.digs-thumb {
	display: block;
	width: 96%;
	margin: 4% 2%;
}
.zdigs-display img.zillow-logo {
	width: 70px;
	float: right;
	margin: 5px 0;
}
p.zdigs-board-link { margin: 0; }