.hs_buts_bar {
	height: 31px;
	padding-top: 4px;
	/*background-color: #eee4e3;*/
	clear: both;
}
.hs_buts_bar div {
	float: right;
	height: 31px;
	cursor: pointer !important;
}
.hs_buts_bar .hs_dot {
	width: 11px;
	margin-left: 5px;
	background: url('../imgs/dot-off.gif') no-repeat 0 50%;
}
.hs_buts_bar .hs_dot_active {
	background: url('../imgs/dot-on.gif') no-repeat 0 50%;
}
.hs_arrow_left {
	width: 31px;
	margin-left: 13px;
	background: url('../imgs/left-arrow.gif') no-repeat;
}
.hs_arrow_left:hover {
	background: url('../imgs/left-arrow-on.gif') no-repeat;
}
.hs_arrow_right {
	width: 31px;
	margin-left: 8px;
	margin-right: 0px;
	background: url('../imgs/right-arrow.gif') no-repeat;
}
.hs_arrow_right:hover {
	background: url('../imgs/right-arrow-on.gif') no-repeat;
}
