#scrollBlock-widget {width: 628px;height: 78px;padding: 1px 0;margin:auto;background-color: #fff;position: relative}
#scrollBlock-widget.gallery {height: 116px}
#scrollBlock-wrapper {width: 100%;height: 100%;padding: 0;margin: 0;background-color: #FFFFFF;overflow: hidden;position: relative;zoom: 1.0}
#scrollBlock {	list-style-type: none;	padding: 0;margin: 0;	height: 100%}
#scrollBlock li {list-style-type: none;height: 100%;float: left;	background-image: none;padding: 0;	margin: 0;	position: relative}
#scrollBlock li a {float: left;display: block;position: absolute}
#scrollBlock li a img {	display: block;background-color: #FFFFFF;padding: 2px;border: 2px solid #999999;position: relative}
#scrollBlock-widget.gallery li a img { border-width: 5px}
#scrollBlock li a:hover {cursor: pointer;cursor: hand}
#scrollBlock li a:hover img { border-color: #990000}
#scrollBlock-previous,#scrollBlock-next {width: -14px;position: absolute;height: 100%;top: 0}
#scrollBlock-previous { left: -6px}
#scrollBlock-next { left: 634px}
#scrollBlock-previous a,
#scrollBlock-next a {
	display: block;
	width: 14px;
	height: 19px;
	float: left;
	line-height: 19px;
	background: transparent url(/nd/img/scroll_block_arrow_buttons.gif) no-repeat left top;
	text-indent: -9999px;
	font-size: 1%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -7px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	outline: none;
	-moz-outline: 0 none;
	noFocusLine: expression(this.onFocus = this.blur());
}
#scrollBlock-previous a { background-position: left top}
#scrollBlock-next a { background-position: right top}
#scrollBlock-previous a:hover { background-position: left bottom}
#scrollBlock-next a:hover { background-position: right bottom}

