.style4 {font-family: Arial, Helvetica, sans-serif}
.style5 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {font-size: 18px}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
#home_button
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("home_button.gif") no-repeat 0 0;
  background-position: 0 -50px;
}

#home_button:hover
{ 
  background-position: 0 0px;
}

#home_button span
{
  display: none;
}
#contact_button
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("contact_button.gif") no-repeat 0 0;
  background-position: 0 -50px;
}

#contact_button:hover
{ 
  background-position: 0 0px;
}

#contact_button span
{
  display: none;
}
#location_button
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("location_button.gif") no-repeat 0 0;
  background-position: 0 -50px;
}

#location_button:hover
{ 
  background-position: 0 0px;
}

#location_button span
{
  display: none;
}
#about_button
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("prices_button.gif") no-repeat 0 0;
  background-position: 0 -50px;
}

#about_button:hover
{ 
  background-position: 0 0px;
}

#about_button span
{
  display: none;
}
#sale_button
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("cars_4_sale_button.gif") no-repeat 0 0;
  background-position: 0 -50px;
}

#sale_button:hover
{ 
  background-position: 0 0px;
}

#sale_button span
{
  display: none;
}
#gallery_button
{
  display: block;
  width: 200px;
  height: 50px;
  background: url("gallery_button.gif") no-repeat 0 0;
  background-position: 0 -50px;
}

#gallery_button:hover
{ 
  background-position: 0 0px;
}

#gallery_button span
{
  display: none;
}
.roundedbox {
	width: 100px;    
	height: 100px;    
	background: #666;
	-webkit-border-radius: 5px;
	/*
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	*/
	-moz-border-radius: 5px;
	/*
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	*/
	border-radius: 5px;
	/*
	border-top-left-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	*/}
	/*= CSS hack for Opera 9.5 Rounded Corners */
	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	.roundedbox {
	background:transparent url(shadow.svg);
	}
	}
