.sliderGallery {
	background: url(../../img/bgGallery.png) no-repeat;
	overflow: hidden;
	position: relative;
	height: 253px;
	width: 528px;
	left:7px;
}

.slider {
	width: 470px;
	height: 15px;
	padding: 0px;
	top: 238px;
	position: absolute;
	/*background: url(../../img/sliderBg.png) repeat-x;*/
}

.handle {
	position: absolute;
	cursor: move;
	height: 15px;
	width: 58px;
	background: url(../../img/slider.png) no-repeat;
	z-index: 85;
}


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

/* Achtung bei Änderungen - im IE.css wird das Padding überschrieben  */
.sliderGallery UL LI {
	display:inline;
	position:relative;
	padding:0px 7px 0px 7px;
}

.galleryItem
{
	display:inline;
}

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

.SliderBox
{
	top: 1em;
	width: 150px;
	height: 210px;
	overflow: hidden;
	margin: 0 auto;	
	position: relative;
	float:left;
	left:30px;
	
	/*left:-15px; HIER HIER HIER ONLY FF3*/
}

/*.Slider
{
	width: 800px;
	height: 220px;
	position: absolute;
	border: 1px solid red;
}*/

.SliderArrows
{
	position:relative;
	top:165px;
	width:178px;
	left:15px;
}

.SliderObject
{
	float: left;
	position: relative;
	width: 150px;
	height: 220px;
	border: 1px solid blue;
}

.SliderObject p
{
	color:#8f8f8f;
	margin:30px 0px 0px 0px;
}

