@charset "utf-8";
/* Slider CSS Document */

.sliderGallery {
	background: url(../images/productbrowser_bg.png) no-repeat;
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 160px;
	width: 560px;
	margin: 0 auto;
	}
.sliderGallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	}
.sliderGallery ul li {
	display: inline;
	}
.slider {
	width: 542px;
	height: 17px;
	margin-top: 148px;
	margin-left: 5px;
	padding: 1px;
	position: relative;
	background: url(../images/productbrowser_scrollbar.png) no-repeat;
	}
.handle {
	position: absolute;
	cursor: pointer;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(../images/productbrowser_scroller.png) no-repeat;
	z-index: 100;
	}
.slider span {
	color: #CCCCCC;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 1px;
	}
.slider .slider-label {
	left: 250px;
	}
#captionsPork ul li, #captionsSteak ul li, #captionsChicken ul li, #captionsVeal ul li {
	color:#333333;
	display: block;
	float: left;
	width: 128px;
	text-align: center;
	overflow: visible;
	}
#captionsPork ul {
	list-style: none;
	overflow: none;
	margin: 0;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width:640px;
	margin-top: 90px;
	}
#captionsSteak ul {
	list-style: none;
	overflow: none;
	margin: 0;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width:1792px;
	margin-top: 90px;
	}
#captionsChicken ul {
	list-style: none;
	overflow: none;
	margin: 0;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	margin-top: 90px;
	width:1408px;
	}
#captionsVeal ul {
	list-style: none;
	overflow: none;
	margin: 0;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	margin-top: 90px;
	width:1152px;
	}