#sliderContent { width:1000px; margin:auto; padding:0; background-color:#fff; }

.viewer {  
width:1000px; margin:0 auto 7px; overflow:hidden;
padding-bottom: 10px;  
position:relative;  
}  
.content-conveyor {  position:relative; }  
#sliderContent .item {  
width:200px; float:left; text-align:center;  
background-color:#fff;  
line-height: 15px;
}  

.slide-control {
  margin: auto;
  width: 515px;
}
.slide-control img { float: left; }
.slide-control img:hover { cursor: pointer; }
#slider { 
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	height: .8em;
	position: relative;

	width: 475px; 
	margin: 0 10px;
	background: #fff;
	border: 1px solid #949494;
	cursor : pointer;
  float: left;
}

.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 39px;
	height: .8em;
	background: #cdcdcd url('../img/slider-bg.png') center center no-repeat;
	border: none;
}
.ui-slider-handle:hover {
	background: #dadada url('../img/slider-bg.png') center center no-repeat;
	border: none;
}