	#test1 {
		height:20px;
		line-height:20px;
		width:100%;
	}
	.paginator_p_wrap {
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
	width:90% !important;

}
	#test1_o_left {
    width:22px; height:15px;
    float:left;
    background:url(img/btn_precedent.bmp);
    margin:4px 4px 0 0;
	}
	#test1_o_right {
    width:22px; height:20px;
    float:left;
    background:url(img/btn_suivant.bmp);
    margin:4px 0 0 4px;
	}
	#test1_m_left {
    cursor:pointer;
    width:22px; height:20px;
    float:left;
    background:url(img/btn_precedent_max.bmp);
    margin:4px 2px 0 0;
	}
	#test1_m_right {
    cursor:pointer;
    width:22px; height:20px;
    float:left;
    background:url(img/btn_suivant_max.bmp);
    margin:4px 0;
	}
	/* must set border width with px */
	#test1 .paginator_p {
	 	width:18px;
		height:18px;
		font-weight:bold;
		color: #007edf;
		background-color:transparent;
		border:none;
		padding:3px 0 2px 0;
	} 
	#test1 .paginator_p_bloc {
	}
	#test1 .paginator_p:hover {
		color:white;
		background-color:#25a29e;
	}
	#test1 .paginator_p.selected {
		color:white;
		background-color:#dd5c78;
	}
	#test1 .paginator_slider {
		background-color:#f2d21b;
		height:7px;
		
		/*left:50px;*/
		width:85% !important;
		
	}
	#test1 .paginator_slider .ui-slider-handle {
		width: 18px;
		height: 15px;
		top: -4px;
		background-color:#f18fa8;
		border: solid 1px black ;
	}