/*<!--
'	$Id: scroller_preisbox.css 1740 2007-12-11 17:55:30Z bernd $
'	$Date: 2007-12-11 18:55:30 +0100 (Di, 11 Dez 2007) $
'	$HeadURL: svn://server01/01_Fiat_AAG/Lancia/02_DOMAINS/configurator.lancia.de/01_HTML/trunk/preisbox/inc/scroller_preisbox.css $
'	$Revision: 1740 $
'
'	Name:
'	Funktion:
'
'	Aufruf:
'
'	Projekt:	Lancia: CC-Relaunch 2007
'	Copyright:	(C) 2004 Arc Worldwide Frankfurt
'
'	Autor:		Arc Interactive, Hamburg
'
'	Änderungen:	27.08.2007, BOH: Lancia
'
'
'*/
/*
	Styles for SCROLLER (scrolling layers)
	1. Specify width and height, top and left in "hold" and "wn", and in clip for "wn"
	2. Specify width and height, top and left in "scrollbar" and "track"
*/

div#scroller_preisbox_hold
{
	border:0px solid black;
	position:relative;
	overflow:hidden;
	z-index:100;

	/* #### EDIT BELOW #### */
	top:0px;
	left:0px;
	width:242px;
	height:66px;
	/* #### EDIT ABOVE #### */
}

div#scroller_preisbox_wn
{
	border:0px solid black;
	position:absolute;
	overflow:hidden;
	z-index:1;

	/* #### EDIT BELOW #### */
	top:0px;

	width:242px;
	height:66px;
	clip:rect(0px, 242px, 66px, 0px);
	/* #### EDIT ABOVE #### */
}

/*
div#scroller_preisbox_lyr1
{
	border: 1px solid aqua;
}
*/

div#scroller_preisbox_scrollbar {
	border:0px solid black;
	position:relative;
	font-size:1px;
	z-index:1;

	/* #### EDIT BELOW #### */
	top:-5px;
	left:0px;
	width:11px;
	height:52px;
	/* #### EDIT ABOVE #### */
}

div#scroller_preisbox_track {
	border:0px solid black;
	position:absolute;
	background: url(../../img/pix_hg_light_transp.gif) repeat;
	z-index:1;

	/* #### EDIT BELOW #### */
	top:7px;
	left:1px;
	width:11px;
	height:51px;
	/* #### EDIT ABOVE #### */
}

/* Ab hier sollte nichts mehr zu editieren sein. */
div.scroller_preisbox_content
{
	border:0px solid black;
	position:absolute;
	visibility:hidden;
	left:0px; top:0px;
	z-index:1;
}

div#scroller_preisbox_dragBar {
	border:0px solid black;
	position:absolute;
	width:9px;
	height:20px;
	left:1px;
	top:1px;
	background-color:#fff;
	z-index:1;
}

div#scroller_preisbox_up {
	position:absolute;
	left:0; top:0;
	z-index:2
}

div#scroller_preisbox_down {
	position:absolute;
	left:0; bottom:0;
	z-index:3
}
/*	   end	$id:  $ end		*/