.celSliderTitle {
	padding: 0 17px;
	background: #fff;
}
.celSliderTitleContent {
	background: url(../../pics/headerLine.gif) repeat-x left bottom;
}
.celSliderTitle H2 {
	padding-left: 10px;
	padding-right: 10px;
}

.celSlider {
	width: 591px; 
	clear: both; 
	padding: 20px 31px 17px 32px;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
}

/* caroufredsel_wrapper
========================*/
.caroufredsel_wrapper {
	width: 596px;
	height: 107px;
	overflow: hidden;
}

/* Slider items 
==================*/
.celSliderItem {
	width: 149px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 107px;
}
.celSliderItem SPAN {
	display: block;
}
.celSliderItem SPAN.celSliderItemPic {
	margin: 0 0 10px 0;
	width: 131px;
	height: 68px;
	overflow: hidden;
}
.celSliderItem SPAN.celSliderItemPic IMG {
	border: 0;
	max-width: 131px;
	max-height: 68px;
}
.celSliderItem SPAN.celSliderItemDesc {
	display: none;
}
.celSliderItem SPAN.celSliderItemLink SPAN {
	font-size: 14px;
	color: #623936;
	display: inline-block;
	padding: 0 18px 0 3px;
	background: url(../../pics/arrow.gif) no-repeat right center;
}
.celSliderItem SPAN.celSliderItemLink {
	padding-right: 15px;
	text-align: center;
}
.celSliderItem SPAN.celSliderItemLink SPAN:hover {
	text-decoration: underline;
}

/* Slider controls 
==================*/
.celSliderPrev,
.celSliderNext {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 55px;
	cursor: pointer;
	text-indent: -1000px;
	overflow: hidden;
}
.celSliderPrev A,
.celSliderNext A {
	display: block;
	width: 100%;
	height: 100%;
}
.celSliderPrev {
	left: 10px;
	background: url(pics/celSliderPrev.gif) no-repeat center center;
}
.celSliderNext {
	right: 8px;
	background: url(pics/celSliderNext.gif) no-repeat center center;
}
.disabled {
	display: none;
}


/* Slider bar 
==================*/
.celSliderBarContainer {
	padding: 20px 0px 5px 0px;
}
.celSliderBarContainer_vertical {
	float: right;
	padding: 10px 5px 10px 20px;
}
.celSliderBar {
	position: relative;
	cursor: pointer;
	background: #ccc;
}
.celSliderBar_vertical {
	float: right;
	height: 400px;
	width: 5px;
}
.celSliderBar_horizontal {
	background: url(pics/sliderBar.gif) no-repeat left center !important;
	cursor: e-resize;
	height: 5px;
}
.celSliderBarHandle {
	background: url(pics/sliderHandle.gif) no-repeat center center !important;
	width: 28px;
	height: 28px;
	border: 0;
	top: -7px !important;
	cursor: e-resize !important;
	border: 0 !important;
	position: absolute;
}
HTML > BODY .celSliderBarHandle {
	background: url(pics/sliderHandle.png) no-repeat center center !important;
}
.celSliderBar_horizontal .celSliderBarHandle {
	cursor: e-resize;
	margin-top: -5px;
}
.celSliderBar_vertical .celSliderBarHandle {
	cursor: n-resize;
	margin-left: -5px;
}