#slider-container {
	width:888px;
	overflow: hidden;
	background: transparent url(/assets/images/slider/container-darkblue-rounded.png) no-repeat scroll 0 0;
	padding: 5px 4px 0 4px;
	position:relative;
	font-family: "Trebuchet MS",verdana,arial,sans-serif;
	font-size: 14px;
	height: 196px;
	margin-top: 7px;
	margin-bottom: 12px;
}
#image-container {
	overflow: hidden;
}
#slider {
	margin: 10px;
}
#slider-bar {
/*	background:transparent url(http://jqueryfordesigners.com/demo/images/slider.gif) no-repeat scroll 0 0;
*/	float:left;
	height:4px;
	position:relative;
	width:100px;
	margin:5px 10px 6px 10px;
	background:transparent url(/assets/images/slider/bar.png) no-repeat scroll 0 0;
	height:19px;
	padding-top:1px;
	padding-bottom:1px;
	position:relative;
	width:874px;
}
#slider-handle {
	background: transparent url(/assets/images/slider/handle-darkblue.png) no-repeat scroll 0 0;
	cursor:move;
	height:19px;
	position:absolute;
	top:0;
	width:222px;
	z-index:1;
}
#slider-bar span {
	color: #8299AD;
	font-size: 85%;
	/*font-weight: bold;*/
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 3px;
}

#slider-lbl1 {
	left: 80px;
}
#slider-lbl2 {
	left: 346px;
}
#slider-lbl3 {
	left: 578px;
}
#slider-lbl4 {
	left: 743px;
}

#container {
	background-color: #444444;
	width: 580px;
	margin: 15px auto;
}
#image {
	width: 3600px;
	margin: 0 0;
	height: 160px;
	position: relative;
	display:block;
	white-space:nowrap;
}
#image ul {
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
#image ul li {
	display: inline;
	float:left;
	color: white;
}
#image ul li div {
	background: transparent url(/assets/images/slider/products-clear-large.png) repeat scroll 0 0;
}

#image ul li div a {
	cursor: pointer;
	width: 140px;
	height: 160px; 
}