.ui-slider, .ui.slider1{
	background:url("../imgs/line.gif") repeat-y ;
	float:right;
	
}
.ui-slider{
	height:430px;
	width:1px;
	top:0px;
	margin: 5px 5px 2px 0px;
	background:#000000;
}

.ui-slider-vertical .ui-slider-handle 
{	
	background:url("../imgs/box.png") no-repeat 0 0;
	border: none;
	width:28px;
	height:28px;
	margin: -24px -4px;
}

.ui-slider-horizontal .ui-slider-handle 
{	
	background:url("../imgs/box.png") no-repeat 0 0;
	border: none;
	width:28px;
	height:28px;
	margin: -24px -4px;
}

#scroller
{
    width: 700px;
    height: 440px;
    overflow:hidden;
    float:left;
}
#content
{
    height: 440px;
}