@charset "UTF-8";

/*-----slider-----*/

body {
	margin:0;
background-color: %ced3d7;

}

#sliderbox {
	clear:both;
	height:173px;
	width: 810px;
	padding-top:3px;
	margin:0;
	background-image: url(../../Library/images/slider/sliderback3.jpg);
	background-repeat: no-repeat;
}

.sliderGallery {
	overflow: hidden;
	position: relative;
	height: 163px;
	width: 798px;
	margin-top:0;
	z-index: 200;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	margin: 6px 0px 0px 0px;
	padding:0px 3px 0px 3px;
	height: 150;
}

.sliderGallery UL LI {
	display: inline;
	margin: 0;
	padding:0 5px 0px 5px;
}

.slider {
	width: 782px;
	height: 19px;
	top: 120px;
	left: 7px;
	position: relative;
	background:url(../../Library/images/slider/productbrowser_scrollbar_200706222.png) no-repeat;
	z-index: 4000;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 2px;
	margin:0 0 0 20px;
	background:url(../../Library/images/slider/scroller.png) no-repeat;
	z-index: 3999;
}

.slider span {
	color:#E5E7EA;
	font-family:"Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	z-index: 5000;
	top: 0px;
	line-height:19px;
	width: 55px;
}

.slider .slider-lbl1 { left: 65px; }

.slider .slider-lbl2 { right: 50px; }

.slider .slider-lbl3 { left: 335px; }

.slider .slider-lbl4 { right: 48px; }

.slider .slider-lbl5 { left: 750px; }

img.sliderui {
	display: inline;
	height:100px;
	min-width:75px;
	padding:0;
	margin:0;
}

img { border:0px; }

