#wrap
{
	width: 567px;
	height: 290px;
	position: relative;
	margin: 0;
	background-position: bottom;
	background-image: url(../bg_images/bg_whole567.jpg);
}
#slide
{
	width: 520px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	left: 25px;
	top: 70px;
}
#slide div
{
	width: 567px;
	height: 270px;
	position: absolute;
	left: 644px;
	padding: 0px;
}
#slide div img
{
	display: block;
	
	float: left;
	margin-right: 0px;
}
#slide div h1
{
  color: #888;
  font-size: 20px;
  font-family: "lucida sans" , sans-serif;
  font-style: italic;
}
#slide div p
{
  font-family: "lucida sans" , sans-serif;
  color: #444;
  line-height: 1.5em;
  font-size: 11px;
}
#slide div a
{
  font-family: "lucida sans" , sans-serif;
  color: #00d;
  line-height: 1.5em;
  font-size: 11px;
  position: absolute;
  right: 20px;
  bottom: 10px;
  text-decoration: none;
}
#slide div a:hover
{
  text-decoration: underline;
}

#title
{
  width: 131px;
  height: 132px;
  /*
  background: url(star.png);
  */
  position: absolute;
  left: 5px;
  top: -30px;
}
* html #title
{
  background: none;
  /*
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='star.png', sizingMethod='crop');
  */
}
#previous b
{
  display: none;
}
#previous
{
	width: 20px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 150px;
	cursor: pointer;
	background-image: url(../images/btn_previous.jpg);
	_visibility: hidden;
}
/* html #previous
{
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='left.png', sizingMethod='crop');
}*/
#next b
{
  display: none;
}
#next
{
	width: 20px;
	height: 40px;
	position: absolute;
	left: 545px;
	top: 150px;
	cursor: pointer;
	background-image: url(../images/btn_next.jpg);
	
}
* html #next
{
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='right.png', sizingMethod='crop');
}
#buttons
{
	position: absolute;
	left: 28px;
	top: 30px;
	width: 520px;
	height: 50px;
}
#buttons div
{
	width: 80px;
	height: 30px;
	background: url(../images/stepbutton.jpg);
	float: left;
	margin-right: 6px;
	display: inline;
}
#buttons div b
{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 19px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #16a;
	text-align: center;
	cursor: pointer;
}
img#loading
{
	position: absolute;
	left: 223px;
	top: 141px;
}

