#my-glider{
width:566px;
height:115px;
background: url(hr.gif) left top repeat-x;
padding: 10px 0 0;
position:relative;
left:-21px;
}

#my-glider a.prev{
position:absolute;
top:8px;
left:0;
}
#my-glider a.next{
position:absolute;
top:8px;
right:0;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
top:0;
left:13px;
	width: 541px; 
	height: 105px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:269px;
		height:105px;
		overflow:hidden;
		float:left;
		padding: 0 1em;
background: url(doppel_trenner.gif) top right repeat-y;
cursor:pointer;
		}
	div.scroller div.section p{
margin:20px 10px 10px 10px;

}
	div.scroller div.section p b{
font-size:13px;
color:#CC0000;
}
	div.scroller div.section p a{
color:#00004B;
font-weight:bold;
}
	div.scroller div.section p a:hover{
background:#00004B;
color:white;
text-decoration:none;
}
	div.scroller div.section .thumb{
float:left;
margin:20px 10px 10px 10px;
}
	div.scroller div.content {
		width: 10000px;
		}


