#top-slider {
  position: relative;
  width: 545px;
  height: 231px;
  margin-left: -12px;
  background-color: #CC6600;
}

#lable {
  height: 95px;
  width: 151px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 49;
  background: url(img/pp-lable.png) no-repeat left top;
}

#slidein_top {
  position: relative;
}

#slidein {
  padding: 8px;
  background: url(img/transparent.png);
}

#images_slide {
  margin: 0 0;
  text-align: center;
  position: relative;
}

.fns_slide {
	overflow: hidden;
	margin: 0 0;
  text-align: center;		
}

.fns_slide div {
	overflow: hidden;
	float: left;
	text-align: center;			
}

.fns_slide div div {
	float: left;
	text-align: center;
}

.fns_slide_menu {
}

.modulefns_ {
  float: left;
}

.pp-slide-tip {
  width: 220px;
  z-index: 13000;
  text-align: left;
  color: #F6E3C6;
  border: 1px dashed #794c4c;
}
 
.pp-slide-title {
  margin: 0;
  padding: 8px 5px 3px 5px;
  font: 13px/1.2 Times New Roman;
  font-weight: bold;
  text-align: left;
  color: #EE8F2F;
  background: url(img/bubble2.png) bottom right;
}
 
.pp-slide-text {
  font: 11px/1.2 Times New Roman;
  padding: 0 5px 8px 6px;
  text-align: left;
  background: url(img/bubble2.png) bottom right;
}

#next_slide {
  position: absolute;
  width: 20px;
  height: 38px;
  background: url(img/next_slide.png) no-repeat left top;
  z-index: 2;

  cursor: pointer;
}

#prev_slide {
  position: absolute;
  width: 20px;
  height: 38px;
  background: url(img/prev_slide.png) no-repeat left top;
  z-index: 2;
  left: 0;
  cursor: pointer;
}
 
