#container {
	float: left; 
	position: relative;
	top: 0px;
	left: 13px;
	width: 287px;
	height: 141px;
	overflow: hidden;
}

#content {
	position: relative;
	width: 287px;
	left: 0px;
}

#scrollArea {
	float: left; 
	position: relative;
	left: 23px;
	top: 0px;
	height: 141px;
	width: 13px;
	overflow	: hidden;
	background-image: url('../images/sb.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#scroller {
	position: absolute;
	margin-top: 1px;
	width: 13px;
	height: 24px;
	background-image: url('../images/thumb.gif');
	background-repeat: no-repeat;
}

/* dla lokalu */
#container_l {
	float: left; 
	position: relative;
	top: 0px;
	left: 10px;
	width: 222px;
	height: 108px;
	overflow: hidden;
}

#content_l {
	position: relative;
	width: 222px;
	left: 0px;
}

#scrollArea_l {
	float: left; 
	position: relative;
	left: 20px;
	top: 0px;
	height: 108px;
	width: 13px;
	overflow	: hidden;
	background-image: url('../images/sb_l.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#scroller_l {
	position: absolute;
	margin-top: 1px;
	width: 13px;
	height: 24px;
	background-image: url('../images/thumb.gif');
	background-repeat: no-repeat;
}


