.sliderGallery {
	background: url(../images/slider-bg.png) no-repeat;
	overflow: hidden;
	position: relative;
	/*padding: 10px;*/
	height: 205px;
	width: 700px;
	float: right;
	margin-right:  40px;
}

	* html .sliderGallery {
	margin-left: 20px;
	background: url(../images/slider-bg-ie6.jpg) repeat-x;
	}

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

.sliderGallery ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}

.slider {  /*Slide Element*/
	width: 700px;
	height: 15px;
	margin-top: 180px;
	padding: 1px;
	position: relative;
	background: url(../images/slider.gif) no-repeat;
}

	* html .slider {
	position: absolute;
	}
	*+html .slider {
	position: absolute;
	}

.handle {
	position: absolute;
	top: -5px;
	
	margin-left: 15px;
	padding-right: 32px;
	
	cursor: move;
	height: 25px;
	width: 53px;
	background: url(../images/slider-toucher.png) no-repeat;
	z-index: 100;
}

	* html .handle {
	background: url(../images/slider-toucher-ie6.gif) no-repeat;
	}

.slider {
	cursor: pointer;
}

.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 110;
}

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

.slider .slider-lbl2 {
	left: 107px;
}

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

.slider .slider-lbl4 {
	left: 280px;
}

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

/*Fuer jeder Uhr anlegen!!*/

.sliderGallery ul li span {color: gray;}
	*+html .sliderGallery ul li span {top: 150px; margin-left:-20px;}

.sliderGallery ul li span.no1-s {display: none; position: absolute; left: 15px; width: 94px; text-align: center;}
.sliderGallery ul li:hover span.no1-s {display: block; top: 150px;}
	*+html .sliderGallery ul li span.no1-s {top: 150px;}

	
.sliderGallery ul li span.no1-l {display: none; position: absolute; left: 138px; width: 97px; text-align: center;}
.sliderGallery ul li:hover span.no1-l {display: block;}

.sliderGallery ul li span.classic-s {display: none; position: absolute; left: 270px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.classic-s {display: block;}

.sliderGallery ul li span.classic-l{display: none; position: absolute; left: 405px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.classic-l {display: block;}

.sliderGallery ul li span.steel-s {display: none; position: absolute; left: 535px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.steel-s {display: block;}

.sliderGallery ul li span.steel-l {display: none; position: absolute; left: 670px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.steel-l {display: block;}

.sliderGallery ul li span.bridge-s {display: none; position: absolute; left: 805px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.bridge-s {display: block;}

.sliderGallery ul li span.bridge-l {display: none; position: absolute; left: 935px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.bridge-l {display: block;}

.sliderGallery ul li span.brilli-s {display: none; position: absolute; left: 1060px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.brilli-s {display: block;}

.sliderGallery ul li span.brilli-l {display: none; position: absolute; left: 1190px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.brilli-l {display: block;}

.sliderGallery ul li span.custom {display: none; position: absolute; left: 1325px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.custom {display: block;}

.sliderGallery ul li span.custom-d {display: none; position: absolute; left: 1450px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.custom-d {display: block;}

.sliderGallery ul li span.magnum {display: none; position: absolute; left: 1580px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.magnum {display: block;}

.sliderGallery ul li span.america {display: none; position: absolute; left: 1720px; width: 99px; text-align: center;}
.sliderGallery ul li:hover span.america {display: block;}


*html span.uhr {display: none;}
