.produkte_ueberschrift {
  float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:19px;
	height:110px;
	cursor:pointer;
	float: left;  
}

a.prev, a.prev {  
  margin: 2px 8px 0 1px;
  background:url('images/pf.png') no-repeat left top;
}

a.next, a.nextPage {  
  margin: 2px 0 0 8px;
  background:url('images/pf2.png') no-repeat right top;
}

/* mouseover state */
a.prev:hover, a.prevPage:hover {
	background-position: right top;		
}

a.next:hover, a.nextPage:hover {
	background-position: left top;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}   

.tx-incertnewsslider-pi1 {
  background:url('../images/sliderbg.png') no-repeat left top;
}

*+html .tx-incertnewsslider-pi1 {
  background-position: left 7px;
}

/*********** navigator ***********/

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 712px;	 
	height: 114px;
  float: left;	
}
 
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:2000em;	
	border:0px solid #222;
	margin-top:0px;
}         
 
/* single item */
#thumbs div {
	float:left;
	width:234px;
	height:114px;
	color:#fff;
	border:0px solid #999999;
	margin-right:6px;  	
}

#thumbs p
{
  float: right;
  margin-top: 90px;
}

.sliderlink, .sliderlink_left, .sliderlink_right
{
  float: left;
  display: block;
  height: 21px;
  width: auto;
  background: url('images/sliderlink.png') repeat-x;
}

.sliderlink_left
{
  width: 17px !important;
  background: url('images/sliderlink_left2.png') no-repeat;
}

.sliderlink_right
{
  width: 21px !important;
  background: url('images/sliderlink_right.png') no-repeat;
}

#thumbs a
{
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  line-height: 1.9;
  font-size: 11px;
  text-decoration: none;
}

.sliderlink:hover
{
  text-decoration: underline;
  cursor: pointer;
}