#spacegallery-widget {
  width: 300px;
  height: 270px;
  padding: 5px;
}

#spacegallery-widget .spacegallery {
  width: 300px;
	height: 265px;
	
	position: relative;
	overflow: hidden;
}
#spacegallery-widget .spacegallery img {
	position: absolute;
	left: 50%;
}
#spacegallery-widget .spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
	cursor: default;
}
#spacegallery-widget .spacegallery a:hover {
	cursor: default;
}

#spacegallery-widget .spacegallery a.loading {
	background: #fff url(http://assets.rmcloud.com/images/green-ajax-loader.gif) center center no-repeat;
}

#spacegallery-widget div.property_info {
  position: relative;
  display: block;
  padding: 0; margin: 0;
  text-align: center;
  height: 30px;
}
#spacegallery-widget div.property_info h1 {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  padding: 0; margin: 0;
}
#spacegallery-widget div.property_info h2 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  padding: 0; margin: 0;
}


#spacegallery-widget div.view-listing-button {
	position: absolute;
	width: 220px;
	height: 35px;
	top: -40px;
	left: 50%;
	margin-left:-110px;
	z-index: 1001;
	
	cursor: pointer;
	
	background-image:  url('http://assets.rmcloud.com/widgets/spacegallery/view_listing.png');
	background-position: 0px 0px;
	background-repeat: none;
}
#spacegallery-widget div.view-listing-button:hover {
	background-position: 0px -35px;
}
#spacegallery-widget a img {
	width: 220px;
	height: 35px;
}
