@charset "utf-8";
/* CSS Document */
#content-slider {
	width: 800px;
	height: 6px;
	background: #BBBBBB;
	position: relative;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content-scroll {
	width: 861px;
	height: 250px;
	overflow: hidden;
	margin-left: 24px;
	padding-top: 20px;
}


#content-holder {
	width: 1100px;
	height: 240px;
	margin-left: 20px;
	margin-top: 20px;
}

.content-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}
.ui-slider-handle {
	width: 8px;
	height: 14px;
	position: absolute;
	top: -4px;
	border: 1px solid #FFF;
	background-color: #C60;
}

.content-item {
	padding: 5px;
	float: left;
	width: 200px;
	text-align: center;
	height: 240px;
}
.content-item img {
	margin-top: 8px;
}
#content-slider2 {
	width: 800px;
	height: 6px;
	background: #BBBBBB;
	position: relative;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content-scroll2 {
	width: 861px;
	height: 250px;
	overflow: hidden;
	margin-left: 24px;
	padding-top: 20px;
}


#content-holder2 {
	width: 1500px;
	height: 240px;
	margin-left: 20px;
}
#content-slider3 {
	width: 800px;
	height: 6px;
	background: #BBBBBB;
	position: relative;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content-scroll3 {
	width: 861px;
	height: 250px;
	overflow: hidden;
	margin-left: 24px;
	padding-top: 20px;
}


#content-holder3 {
	width: 1500px;
	height: 240px;
	margin-left: 20px;
}
