/* Easy Slider */
#slider{
	
}	
#slider ul, #slider ul li.sliderblock{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider ul li.sliderblock{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:215px;
	height:140px;
	overflow:hidden; 
	
	/* HIDE <li> AT INIT  >>> are set visible through jQuery */
	display: none;
	}	

#slider div.newsHeadlines p {
	background:transparent url(../../themes/axept01/images/groove_linie.gif) repeat-x scroll center bottom;
	display:block;
	padding: 4px 0;
	line-height: 14px;
}
#slider div.newsHeadlines p.last {
	background: transparent;
}


p#controls{
	margin: 10px 0 15px 0;
}

/* style="display:block;left:20px;margin:0;overflow:hidden;width:20px;height:20px;text-indent:-8000px;position:absolute;"*/
#prevBtn, #nextBtn{ 
	display:block;
	margin: 0;
	overflow:hidden;
	width:20px;
	height:20px;
	/*text-indent:-8000px;*/
	position:absolute;
	/*
	left:-30px;
	top:-160px;
	*/
	}	
#nextBtn{ 
	left:20px;
	}	
/*
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:20px;
	background:url(btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(btn_next.gif) no-repeat 0 0;	
	}
*/

