/*
.gallery {
	background: url(../img/gallery/background.png) no-repeat top left;
	padding-left: 10px;
	margin: 10px 0;
}

.gallery-pane {
	background: url(../img/gallery/background.png) no-repeat top right;
    overflow: hidden;
    position: relative;
    padding: 0 10px 0 0;
    height: 122px;
    width: 100%;
}

.gallery-pane ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.gallery-pane ul li {
    display: inline;
}

.slider {
	display:table;
	position: relative;
	width: 100%;
	height: 24px;
	top: 90px;
	left: 0;
}

.slider .loose-end {
	display:table-cell;
	background:url(../img/gallery/slider-loose.png) no-repeat;
	width:26px;
	height:22px;
	line-height:22px;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
}

.slider .handle { display:table-cell; }

.ui-slider-handle {
	display:block;
    position: relative;
    cursor: e-resize;
    z-index: 100;
    height: 22px;
    width: 122px;
	background: url(../img/gallery/handler.png) no-repeat;
}
*/
.sliderContent {
   width:100%; margin:auto; padding:0; background-color:#ebebeb;
   background: url(../img/gallery/background.png) repeat-x top left;
   border:1px solid #898989;
}

.viewer {  
  height: 100px; margin:0 auto 10px; overflow:hidden; padding: 1px;
  position:relative;
}  

.content-conveyor { position:relative; }
 
.content-conveyor ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.content-conveyor li {
    display: inline-block;
	text-align: center;
}

.content-conveyor a {
	line-height: 77px;
}

.slider { margin:0 10px; }