

/************************************************************************************/
/* Galerie Slider    background-color: #CCC;   */

#divSlider {
margin: 0px; 
padding: 0px; 
width: 898px; 
height: 451px;
background-color: #BCBDBE;
} 
 
#divSlider img {  
padding: 0px;
margin: 0px;
width: 898px;
height: 451px;
top:  0; 
left: 0;
}


#divSliderless {
margin: 0px; 
padding: 0px; 
width: 898px; 
height: 451px;
background-color: #BCBDBE;
} 


/************************************************************************************/
/* Easy Slider 1.5  */

/* image replacement */

.graphic, #prevBtn, #nextBtn{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}

#slider ul, #slider li{ 
margin:0;
padding:0;
list-style:none;
}	

#slider, #slider li{ 
height: 341px;
width: 578px;
overflow: hidden;

}	

#slider{ 
margin: 0px;
padding-top: 1px;
border-top: 1px solid #9FA1A4;
border-bottom: 1px solid #9FA1A4;
}	

#prevBtn, #nextBtn{ 
display: block;
z-index: 30;
width: 50px;
height: 45px;
position: absolute;
left: 0px;
top: 120px;
}	

#nextBtn{ 
left: 565px;
}	

#prevBtn a, #nextBtn a{  
display:block;
width: 50px;
height: 45px;
background:url(../images/arrow_l.png) no-repeat 0 0;	
}	

#nextBtn a{ 
background:url(../images/arrow_r.png) no-repeat 0 0;
}								











