#slide
{
	width: 758px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#slide a
{
	text-decoration: none;
	display: block;
	width: 758px;
	height: 300px;
	position: absolute;
	left: 759px;
	top: 0px;
}
#slide a img
{
  display: block;
  border: 0;
}
#previous b
{
  display: none;
}
#previous
{
  width: 32px;
  height: 32px;
  background: url(images/left.png);
  position: absolute;
  left: 34px;
  top: 154px;
  cursor: pointer;
}

#next b
{
  display: none;
}
#next
{
  width: 32px;
  height: 32px;
  background: url(images/right.png);
  position: absolute;
  left: 514px;
  top: 154px;
  cursor: pointer;
}

#buttons
{
	position: absolute;
	top:390px;
	width:758px;
	height:65px;
	padding:0px 15px 0px 15px;
}
#buttons div
{
  position:relative;
  width: 182px;
  height: 54px;
  float: left;
  text-align:center;
  display: inline;
}
#buttons div img
{
  display: block;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  margin: 0px auto 0px auto;
  text-align:center;
}
img#loading
{
	position: relative;
	left: 380px;
	top: 120px;
}
