/* hide container until all is ready */

/*Main Container*/
.container 			{ position:relative; width:369px; }
.container ul.slider{ list-style-type:none; margin:0; padding:0; width:369px; height:250px; }
.container li		{ display: inline; margin: 0px; padding:0px; }


/*Content Container*/
.contentContainer 	{ padding:0px; float: left; width:0px; height: 250px;	overflow:hidden; }
.contentWrapper		{ }
.contentInnerWrapper{ text-align: justify; padding:0px; }

/* Handles*/

.handle2				{ float:left; width:16px; height: 250px; margin-right: 1px; background: url(../images/interface/slider_card.gif) repeat-y #FF6600; }
.handle0				{ float:left; width:16px; height: 250px; margin-right: 1px; background: url(../images/interface/slider_actie.gif) repeat-y #FF6600; }
.handle1				{ float:left; width:16px; height: 250px; margin-right: 1px; background: url(../images/interface/slider_auto.gif) repeat-y #FF6600; }
.handle3				{ float:left; width:16px; height: 250px; margin-right: 1px; background: url(../images/interface/slider_bestemming.gif) repeat-y #FF6600; }

.handleOver2			{ background: url(../images/interface/slider_card_a.gif) repeat-y #FF6600; cursor:pointer; }
.handleOver0			{ background: url(../images/interface/slider_actie_a.gif) repeat-y #FF6600; cursor:pointer; }
.handleOver1			{ background: url(../images/interface/slider_auto_a.gif) repeat-y #FF6600; cursor:pointer; }
.handleOver3			{ background: url(../images/interface/slider_bestemming_a.gif) repeat-y #FF6600; cursor:pointer; }

.handleSelected2		{ background: url(../images/interface/slider_card_a.gif) repeat-y #FF6600; cursor:pointer; }
.handleSelected0		{ background: url(../images/interface/slider_actie_a.gif) repeat-y #FF6600; cursor:pointer; }
.handleSelected1		{ background: url(../images/interface/slider_auto_a.gif) repeat-y #FF6600; cursor:pointer; }
.handleSelected3		{ background: url(../images/interface/slider_bestemming_a.gif) repeat-y #FF6600; cursor:pointer; }

.handle01			{ float:left; width:16px; height: 250px; margin-right: 1px; background: url(../images/interface/slider_01.gif) repeat-y #FF6600; }
.handleOver01		{ background: url(../images/interface/slider_01_a.gif) repeat-y #FF6600; cursor:pointer; }
.handleSelected01	{ background: url(../images/interface/slider_01_a.gif) repeat-y #FF6600; cursor:pointer; }

