.scrollable_cont {
	margin-top: 40px;
	position: relative;
	padding: 40px 0 0 42px;
	background: url("/pict/delim_hor_630.png") no-repeat 0 0;
}

.scrollable_cont_bot {
	clear: both;
	background: url("/pict/delim_hor_630.png") no-repeat 0 0;
	margin-top: 20px;
	height: 20px;
}

.scrollable {
	position: relative;
	overflow: hidden;
	width: 550px;
	height: 120px;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.scrollable .items div {
	float: left;
	width: 550px;
}

.scrollable span {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	width: 170px;
	height: 120px;
	overflow: hidden;
}

.scrollable span.last {
	margin-right: 0;
}

.scrollable .active {
	position: relative;
	cursor: default;
}

a.browse {
	background: url("/pict/hori.png") no-repeat;
	display: block;
	width: 32px;
	height: 34px;
	position: absolute;
	top: 80px;
	cursor: pointer;
	font-size: 1px;
	padding: 0;
}

a.browse.left {
	left: 0;
}

/*a.browse.left:hover {
	background-position: -30px 0;
}

a.browse.left:active {
	background-position: -60px 0;
}*/

a.browse.right {
	background-position: -32px 0;
	clear: right;
	left: 600px;
}

/*a.browse.right:hover {
	background-position: -30px -30px;
}

a.browse.right:active {
	background-position: -60px -30px;
}*/

a.disabled {
	visibility: hidden !important;
}

.navi {
	visibility: hidden;
	display: none;
	clear: both;
	height: 1px;
}

.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url("/pict/navi.png") 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

.navi a:hover {
	background-position: 0 -8px;
}

.navi a.active {
	background-position: 0 -16px;
}


