

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 665px;
	height:250px;
	float: right;
	margin-top: 0px;}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:645px;
	padding-right:20px;

}

/* single scrollable item */
/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* position and dimensions of the navigator */
.navi {
	width:250px;
	height:20px;
	margin:180px 0 0 330px;
	position: absolute;
	z-index:9999;
}

.navi span {
	
	font:11px Arial, Helvetica, sans-serif;
	display:block;
	padding:0 0 0 10px;
}

/* items inside navigator */
.navi a {
	width:28px;
	height:23px;
	float:left;
	margin:3px;
	padding:5px 0 0 0;
	text-align:center;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	background:url(../images/navigator-1.png) 0 0 no-repeat;
	border:none;
	display:block;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -28px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -55px;     
}

.rightslider {
  float: right;
  width: 200px;
  padding: 20px;
  }
  
.leftslider {
  float: left;
  width:100%;
  text-align:center;
  margin:0 0 0 0px;
  font: 12px Arial, Helvetica, sans-serif;
  color:#404040;
  }
  #presenter {
  float: left;
  }
  
  .items2 div {
	float:left;
	width:600px;
}
