
.first_over_slide{
  width                : 468px;
  height               : 65px;
  }
.over_slide{
  width                : 468px;
  height               : 65px;
  position	           : relative;
  }
.slide_txt{
  color           : white;
  font-size       : 20px;
  position	      : absolute;
  z-index	        : 10;
  top			        : 0px;
  padding			    : 0px 20px;
  width			      : 400px;
  height			    : 20px;
  display					: block;
  writingMode			: rl;
  contentEditable	: true;
  }
#slide_txt_0 a{
 text-decoration  : none;
}
.slide{
  width                	: 468px;
  height               	: 65px;
  position	            : absolute;
  left			            : 0px;
  top	            			: 0px;
  text-align           : center;
}

