/* single tab */
#slidetabs .slide_1 a {
	width: 74px;
	height: 50px;
	float: left;
	margin: 1px 3px 1px 2px;
	display: block;
	font-size: 1px;
  background: url("../images/furniture/images_furn_s/day bed 1.jpg") 0 0 no-repeat;
}
#slidetabs .slide_2 a {
	width: 74px;
	height: 50px;
	float: left;
	margin: 1px 3px 1px 1px;
	display: block;
	font-size: 1px;
  background:url("../images/furniture/images_furn_s/day bed 2.jpg") 0 0 no-repeat;
}
#slidetabs .slide_3 a {
	width: 74px;
	height: 50px;
	float: left;
	margin: 1px 2px 1px 1px;
	display: block;
	font-size: 1px;
  background:url("../images/furniture/images_furn_s/sideboard lisa.jpg") 0 0 no-repeat;
}
/* mouseover state */
#slidetabs .slide_1 a:hover {
	background-position: 0 -51px;
}
#slidetabs .slide_2 a:hover {
	background-position: 0 -51px;
}
#slidetabs .slide_3 a:hover {
	background-position: 0 -51px;
}
/* active state (current page state) */
#slidetabs .slide_1 a.current {
	background-position: 0 -51px;
}
#slidetabs .slide_2 a.current {
	background-position: 0 -51px;
}
#slidetabs .slide_3 a.current {
	background-position: 0 -51px;
}
/* disabled navigational button. is not needed when tabs are
   configured with rotate: true */
.disabled {
	visibility: hidden !important;
}
#tab_container {
	position: absolute;
	top: 600px;
	left: 288px;
	z-index: 2;
	width: 234px;
	background-color: #fff;
}
