﻿li.slider-item {
	list-style-image: none;
	float: left;
}
.slider-wrap
{
	margin: 36px auto;
	position:relative;
	width:300px;
	padding:0 60px;
	background:#f4f4f4 url(../../images/slider/slider-bg.gif) repeat-x scroll top;
	height:14px;
}
* html .slider-wrap
{
	overflow:hidden;
}
.slider-wrap .slider-left, .slider-wrap .slider-right 
{
	height:14px;
	width:12px;
	position:absolute;
	width: 60px;
}
.slider-wrap .slider-left
{
	background:Transparent url(../../images/slider/slider-lft.gif) no-repeat scroll left top;
	left:0;
}
.slider-wrap .slider-right
{
	background:Transparent url(../../images/slider/slider-rght.gif) no-repeat scroll right top;
	right:0;
}
.slider-wrap .ui-slider {
	height:14px;
	position:relative;
	text-align:left;
}
.ui-slider 
{
	cursor:default;
	border: none;
	margin: auto;
	width: auto;
}
.ui-slider .ui-slider-handle
{
	margin-left: -60px;
	height:14px;
	width:120px;
	top:0;
	cursor:default;
	position:absolute;
	z-index:2;
	background:Transparent url(../../images/slider/slider-handle-contrasted.gif) no-repeat scroll top;
	outline-style: none;
}

