#sliderContent,#sliderContent1,#sliderContent2 { width:404px;}

.viewer { width:374px; height:100px; margin:0 0 4px 52px; overflow:hidden; position:relative; }

.content-conveyor { width:498px;  position:relative; }

.item { width:95px; float:left; font-family:Tahoma; text-align:center; }



/* Component containers

----------------------------------*/

.ui-widget-content {

	color: #222222;

}

/* Interaction states

----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default {

	background: #e6e6e6 url(../img/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;

	font-weight: normal;

	color: #555555;

	outline: none;

}

.ui-slider {

	position: relative;

	text-align: left;

}

.ui-slider .ui-slider-handle {

	margin-top:2px;

	position: absolute;

	z-index: 2;

	width: 38px;

	height: 10px;

	cursor: default;

	background:url(../img/images/featured/slide.png) no-repeat;

}

.ui-slider .ui-slider-range {

	position: absolute;

	z-index: 1;

	font-size: .7em;

	display: block;

	border: 0;

}

/*.ui-slider-horizontal {

	height: .8em;

}*/

.ui-slider-horizontal .ui-slider-handle {

	top: -20px;

	margin-left: 20px;

}

.ui-slider-horizontal .ui-slider-range {

	top: 0;

	height: 80%;

}

