/* CUSTOM CSS */

.buyerresources .box.buyer-find .gobutton,
.sellerresources .box.seller-find .gobutton,
.homepage .box.welcome-statement .gobutton {
	background:transparent  url("/siteimages/btn-find.jpg") no-repeat;
}

.sellerresources .box.seller-find .gobutton {
	background:transparent  url("/siteimages/btn-find.jpg") no-repeat;
}

.sellerresources .box.seller-find .gobutton:active {
	background:transparent  url("/siteimages/btn-find.jpg") 0 bottom no-repeat;
}

.buyerresources .box.buyer-find .gobutton:active,
.homepage .box.welcome-statement .gobutton:active {
	background:transparent  url("/siteimages/btn-find.jpg") 0 bottom no-repeat;
}
#propertyslideshow {
    display: none;
}

body.homepage .box.welcome-statement p {
    width: 936px;
}

#Facebook
{
  display: block;
  width: 50px;
  height: 50px;
  background: url("/siteimages/FB_50.png") no-repeat 0 0;
  background-position: 0 0px;

}

#Facebook:hover
{ 
  background-position: 0 -50px;
}

#Facebook span
{
  position: absolute;
  top: -999em;
}

#Twitter
{
  display: block;
  width: 50px;
  height: 50px;
  background: url("/siteimages/T_50.png") no-repeat 0 0;
  background-position: 0 0px;

}

#Twitter:hover
{ 
  background-position: 0 -50px;
}

#Twitter span
{
  position: absolute;
  top: -999em;
}
#RSS
{
  display: block;
  width: 50px;
  height: 50px;
  background: url("/siteimages/RSS_50.png") no-repeat 0 0;
  background-position: 0 0px;

}

#RSS:hover
{ 
  background-position: 0 -50px;
}

#RSS span
{
  position: absolute;
  top: -999em;
}
