	#image {
	  height:300px;
	  width:400px;
	  overflow:hidden;
	  position:relative;
	}
	.slidebox img {
	  position:absolute;
	  display:block;
	}
	.slidebox {
	  margin:20px auto;
	  height:300px;
	  width:400px;
	  position:relative;
	}
	.slidetable {
	  position:absolute;
	  border-collapse:collapse;
	  margin:0;
	  padding:0;
	  height:300px;
	  width:400px;
	  z-index:10;
	  background:transparent;
	}
	.slidetable tr {
	  background:transparent !important;
	}
	.slidetable td {
	 opacity:0.4;
         border:0;
	 background:transparent;
	 filter:alpha(opacity=40);
	}
	.slidetable .normal_cell {
	 background:#fff;
	}
	.slidetable .center {
	 background:transparent;
	 height:190px;
	 height:268px; /* height - border (2) - tr_height(30) */
	 border:1px solid #fff;
	}
	.slidetable .top-left,
	.slidetable .bottom-right {
	 background:#fff;
	 width:15px !important;
	 height:15px !important;
	}

