.demoHeaders {
	margin-top: 2em;
}
#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
ul#icons {
	margin: 0;
	padding: 0;
}
ul#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
a.browse {
	display:block;
	width:30px;
	height:30px;
	float:right;
	cursor:pointer;
	font-size:1px;
}
.nextbutton {
  position: absolute;
  top: 230px;
  margin-left: 600px;
  }

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 480px;
	height:254px;
	float: right;
	margin-top: 10px;}

/*
	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:480px;
}

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

/* position and dimensions of the navigator */
.navi {
	left:480px;
	width:200px;
	height:20px;
	position: absolute;
	top: 235px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

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

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

.rightslider {
  float: right;
  width: 200px;
  padding: 20px;
  }
  
.leftslider {
  float: left;
  width: 240px;
  margin: 20px 10px 0 0;
  }
  #presenter {
  float: left;
  }
  
  .items2 div {
	float:left;
	width:600px;
}