
.HSB {
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.HSBViewPort {
	position:relative;
	white-space:nowrap;
	padding:0px 30px;
	margin:6px 0px;
}
.HSBLB {
	position:absolute;
	left:0px;top:0px;
	width:20px;height:100%;
	cursor:pointer;
	background:#fff url(images/arrow_left_t01.png) 50% 50% no-repeat;
	box-shadow: 0px 7px  8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 7px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 7px 8px rgba(0,0,0,0.4);
}
.HSBRB {
	position:absolute;
	right:0px;top:0px;
	width:20px;height:100%;
	cursor:pointer;
	background:#fff url(images/arrow_right_t01.png) 50% 50% no-repeat;
	box-shadow: 0px -7px  8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -7px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -7px 8px rgba(0,0,0,0.4);
}
