.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.sliderGallery UL LI {
    display: inline;
}
.handle {
    position: absolute;
    cursor: move;
    top: 0;
    z-index: 100;
    /* bespoke to your own solution */
    height: 17px;
    width: 181px;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #333;
}
a:hover {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
/*.imgBoutique { 
    border: 1px solid grey; 
    padding: 10px; 
}*/
.pagination {
font:12px Arial, Helvetica, sans-serif;
margin:40px 0;
text-align:center
}

.pagination a {
background:#fff;
border:1px solid #7f7f7f;
color:#7f7f7f;
margin:2px;
padding:.2em .4em;
text-decoration:none
}

.pagination a:hover {
background:#fff;
border:1px solid #7f7f7f;
color:#7g7g7g;
}

.pagination span.inactive {
background:#fff;
border:1px solid #7f7f7f;
color:#7f7f7f;
margin:2px;
padding:.2em .4em;
}

.pagination span.active {
background:#7f7f7f;
border:1px solid #7f7f7f;
color:#ffffff;
font-weight:700;
margin:2px;
padding:.2em .4em;
}
