	/* Slider Layout */
	#ce_slider_itemsholder 
	{ 
	  position: relative; 
	  overflow: auto;
	}
	
	#ce_slider_itemsholder .ce_text 
	{ 
	  display: block; 
	}
	
	/* Slider Controls NextPrev */	
	#ce_slider_prev_btn, 
	#ce_slider_next_btn 
	{ 
	  position: absolute; 
	  z-index: 999;
	  text-indent:-9999px;
	}
	
	#ce_slider_prev_btn { left:0;}
	#ce_slider_next_btn { right:0;}
	
	/* Slider Controls Elements */	
	#ce_slider_controls_elements 
	{ 
		position: absolute; 
		text-align:center;
		padding:0; margin:0;
	}
	
	#ce_slider_controls_elements ul 
	{ 
	  list-style: none; 
	  padding:0; margin:0;
	  padding: 2px;
	}
	
	#ce_slider_controls_elements ul li 
	{ 
	  padding:0; margin:0;
	  display: inline; 
	}
	
	#ce_slider_controls_elements .ce_slider_nav_hide 
	{ 
	  display:none; 
	}