.horizHandleDiv { 
    position:absolute; 
    left: 0px; /* the default position is the center of the bg */
    top: 10px;  /* force the image down a bit */
    cursor:default;
    width:18px; 
    height:22px;
}

.horizWrapper {
	position:relative; 
	margin: 20px 0 30px 150px;
	width: 218px;
	background-color: #ccc;
	}
.horizBGDiv {
	position:relative; 
	background:url(/assets/slider/horizBg.png) no-repeat; 
	height:26px; 
	width:218px;
	zindex:5
	}

