
#main {
  width: 350px;
  height:400px;
  margin: 0;
}

#content-slider {
  width: 10px;
  height: 225px;
  margin: 20px 5px 5px 0px;
  left: 0px;
  top: 15px;
  cursor:pointer;
}

#slider-bkg {
  width: 10px;
  height: 250px;
  margin: 15px 5px 5px 5px;

  background: #;
  left: 0px;
  top: 22px;
  cursor:pointer;
}

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: default; }

.ui-slider-vertical { width: .8em; height: 100px; }

.ui-slider-handle {
	width: 10px;
	height: 15px;
	background: #;
        cursor: hand;
}
	.ui-slider-handle:hover{
		background: #;
	}

#slider-container {
	display:block;
	float:right;
	width:25px;
	height: 400px;
}

#content-scroll {
  margin-top: 10px;
  overflow: hidden;
  float:left;
}

#content-holder {
	display:block;
}

.content-item {
  padding: 5px;
  float: left;
  font-family:Arial, sans-serif;
}

.btn {
	width: 20px;
	height: 10px;
	display: block;
	padding: 2px 2px 2px 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	position:relative;
	left:0px;
	top: 7px;
}

	.btn:hover {
		background-position: 0 -14px;
	}
