#wrap
{
  width: 172px;
  height: 350px;
  position: relative;
  margin:0 auto;
}
#slide
{
  width: 172px;
  height: 310px;
  overflow: hidden;
  position: absolute;
  background: #fff;
/*  border: 1px solid #698639;*/
  border-color: #479 #adf #adf #479;
}
#slide div
{
  width: 172px;
  height: 270px;
  position: absolute;
  left: 580px;
/*  padding: 5px;*/
}
#slide div img
{
  display: block;
  border: none;
}

/*
#slide div h1
{
  color: #888;
  font-size: 20px;
  font-family: "lucida sans" , sans-serif;
  font-style: italic;
}
*/
#slide div p
{
  color: #444;
  line-height: 1.5em;
  font-size: 11px;
}
#slide div a
{
  color: #00d;
  line-height: 1.5em;
  font-size: 11px;
/*  position: relative;
  right: 20px;*/
  bottom: 10px;
  color:#333333;
}
#slide div a:hover span{
  text-decoration: underline;
  color:#FF0000;
}
#slide div a span {
	display:block;
	font-size:120%;
	padding:5px 0;
	font-weight:bold;
}

#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: 74px;
  height: 74px;
  background: url(left.png);
  position: absolute;
  left: 5px;
  top: 150px;
  cursor: pointer;
}
* html #previous
{
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='left.png', sizingMethod='crop');
}
#next b
{
  display: none;
}
#next
{
  width: 74px;
  height: 74px;
  background: url(right.png);
  position: absolute;
  left: 610px;
  top: 150px;
  cursor: pointer;
}
* html #next
{
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='right.png', sizingMethod='crop');
}
#buttons
{
  position: absolute;
  top: 320px;
}
#buttons div
{
  width: 20px;
  height: 20px;
  background: url(/images/slider_button.gif);
  float: left;
  margin-right: 5px;
  display: inline;
}
#buttons div b
{
  display: block;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #16a;
  text-align: center;
  cursor: pointer;
}
img#loading
{
  position: absolute;
  left: 290px;
  top: 170px;
}
