.slide_left_button{
	background: url(img/slide_left.png) no-repeat left center;
	width: 35px;
	height: 50px;
	display: block;
	position: absolute;
	top: 155px;
	left: 0;
	text-decoration: none;
}
.slide_right_button{
	background: url(img/slide_right.png) no-repeat left center;
	width: 35px;
	height: 50px;
	display: block;
	position: absolute;
	top: 155px;
	right: 0;
	text-decoration: none;
}
#slide_show .slide_show_desc{
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 13px;
	text-align: center;
  padding: 5px 10px;
}
/*
#slide_show_nav{
  display: block;
  margin-bottom: 10px;
  width: 960px;
  text-align: center;
}
  #slide_show_nav a{
    background: transparent url(img/slide_show_button.png) no-repeat top center;
    background-position: 8px 8px;
    display: inline-block;
    line-height: 1.5;
    text-indent: -99999px;
    width: 32px; height: 32px;
  }
  #slide_show_nav a.active {
	  background: transparent url(img/slide_show_button_active.png) no-repeat top center;
    background-position: 8px 8px;
    display: inline-block;
    line-height: 1.5;
    text-indent: -99999px;
    width: 32px; height: 32px;
  }
  */