
#container {
	width:992px; .width:984px; _width:984px;
	margin:0 0 1px 2px;
	padding: 0px;
	border:#7b7b7b 1px solid;
	border-top:none;
}

/* slider specific CSS */
.sliderGallery {
	background: url(images/productbrowser.jpg);
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 185px;
	/*width:972px; .width:986px; _width:986px;*/
	border:#FF0000 0px solid;
}

.sliderGallery li { filter:alpha(opacity=100);-moz-opacity:1;opacity:1; }
.sliderGallery li:hover { filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; }
.sliderGallery li img{ cursor:pointer; }

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0 10px 0 10px;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
}

.slider {
	width: 952px;
	height: 17px;
	top: 165px;
	left: 15px;
	padding: 1px;
	position: absolute;
	background: url(images/productbrowser_scrollbar_20070622.png) repeat;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(images/productbrowser_scroller_20080115.png) no-repeat;
	z-index: 100;
}

.slider span {
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	cursor: move;
	position: absolute;
	z-index: 98;
	top:1px;
}



