/* specials */

.specials_wrapper {
	clear: both;
}

.specials_wrapper h2 {
	margin-top: 0;
}

.specials table {
	background: url('../images/bg_carousel.jpg') repeat-x;
}

.specials table tr td {
	padding-left: 16px;
	text-align: center;
	width: 100px;
}

.specials table tr td.first {
	padding: 0;	
}

/* specials slider */

.specials_wrapper .slider_wrapper {
	background-color: #e9e9e9;
	height: 7px;
	margin-top: 8px;
	width: 564px;
}

.specials_wrapper .slider_wrapper .ui-slider .ui-slider-handle {
	background: url('../images/drag.gif') no-repeat;
	cursor: pointer;
	height: 7px;
	margin: 0px 0px 0px -25px;
	padding: 0px;
	width: 50px;
	top: 0px;
}

.specials_wrapper .slider_wrapper .ui-slider {
	background-color: #e9e9e9;
	height: 7px;
	margin: 0px 25px 0px 25px;
	padding: 0px;
	width: 514px;
}