	
	.Pagination {
		height:40px;
	}
	.o_left {
    width:16px; height:16px;
    float:left;
    background:url(img/btn_precedent.png);
    margin:3px 4px 0 0;
	}
	.o_right {
    width:16px; height:16px;
    float:left;
    background:url(img/btn_suivant.png);
    margin:3px 0 0 4px;
	}
	.m_left {
    cursor:pointer;
    width:16px; height:16px;
    float:left;
    background:url(img/btn_precedent_max.png);
    margin:3px 2px 0 0;
	}
	.m_right {
    cursor:pointer;
    width:16px; height:16px;
    float:left;
    background:url(img/btn_suivant_max.png);
    margin:3px 0 0 2px;
	}
	/* must set border width with px */
	.Pagination .paginator_p {
	    width:25px!important;
		height:16px;
		font-weight:bold;
		color: #7B7D58;
		background-color:transparent;
		border:none;
		padding:0px 0 2px 0;margin:1px 0 0 4px!important
	} 
	.Pagination .paginator_p_bloc {
	}
	.Pagination .paginator_p:hover {
		background-color:#F1EBCD;
	}
	.Pagination .paginator_p.selected {
		color:white;
		background-color:#830000;
	}
	.Pagination .paginator_slider {
		background-color:#F1EBCD;
		left:40px;
	}
	.Pagination .paginator_slider .ui-slider-handle {
		width: 4px;
		height: 9px;
		top: -4px;
		background-color:#E7DEB6;
		border: solid 1px #000 ;
	}
