html>/**/#slide {
	width: 210px;
	float: left;
	border: 0px;
	margin-top: 0px;
	padding: 0px;
}
#slide {
	width: 210px;
	float: left;
}
#slide .h {
	background-image: url(img/210h.png);
	height: 5px;
	background-repeat: no-repeat;
	-margin-bottom:-18px;
} 
#slide .m {
	background-image: url(img/menuvertical/210m.jpg);
	background-repeat: repeat;
} 
#slide .b {
	background-image: url(img/210b.png);
	float:left;
	height: 5px;
	width: 210px;
	background-repeat: no-repeat;
	-margin-bottom:-25px;
}  
-#slide span {
	visibility: hidden;
    display: none;
	width:100px;
}
#sliderAcc {
	width: 205px; /* important to be same as image width */
	.width: 205px; /* important to be same as image width */
	height: 404px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	.padding-right:5px;
}

#sliderAccContent {
    width: 205px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

.sliderAccImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
.top {
	top: 0;
	left: 0;
}
