#story-board {
float: left;
  width: 207px;
  border: 1px #ccc solid;
  padding: 3px 5px;
  margin-top: 20px;
}

#story-board h2 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 3px 0;
  padding: 0;
  color: #333;
}

#story-board #storyboard-story-preview-board {
  overflow: hidden;
  background: #000;
  border-top: solid #000 8px;
  border-bottom: solid #000 8px;
  border-left: solid #000 10px;
  border-right: solid #000 10px;
  width: 186px;
  margin-bottom: 5px;
  position: relative;
}

#story-board #storyboard-story-preview-board #storyboard-story-covers {
  position: relative;
}

#story-board #storyboard-story-preview-board #storyboard-story-covers a {
  position: absolute;
  display: block;
  border: none;
  outline-style: none;
}

#story-board #storyboard-story-preview-board #storyboard-story-covers img {
  width: 100%;
  height: 100%;
  border: none;
}

#story-board #storyboard-story-preview-board #storyboard-story-slider {
  width: 184px;
  height: 10px;
  border: 1px #ccc solid;
  background: #333;
  margin-top: 5px;
}

#story-board #storyboard-story-preview-board #storyboard-story-slider div {
  height: 10px;
  width: 185px;
  padding: 0;
  margin-left: 8px;
  position: relative;
}

#story-board #storyboard-story-preview-board #storyboard-story-slider div a {
  display: block;
  width: 14px;
  height: 10px;
  background: #fff;
  position: absolute;
  margin-left: -8px;
  outline-style: none;
}

#story-board #storyboard-story-preview-board #storyboard-story-slider div a.ui-state-hover {
  background: #888;
}

#story-board ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#story-board ul li {
  margin: 0 0 2px 0;
  padding: 0;
  line-height: 0;
}

#story-board ul li a {
  padding: 4px 6px;
  background: #ededed;
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 1.2em;
}

#story-board ul li a.selected {
  background: #333;
  color: #fff;
/*  font-weight: bold;*/
}

/* scroll pane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

