.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/* Groesse vom Sliderbild BEGIN*/
	width: 390x; 
	height: 165px;
/* Groesse vom Sliderbild ENDE*/
color: transparent;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
background: black;
/* Groesse vom Sliderbild BEGIN*/
	width: 390x; 
	height: 165px;
/* Groesse vom Sliderbild ENDE*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.pagination{
width: 450 px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
font-size:8px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color: #ccc; }

.pagination a{
	display:inline-block;
	font-size: 8px;
	text-decoration: none;
	text-indent:0px;
	padding-top:4px;
	color: #ccc;
	width: 17px;
	height: 17px;
	background-image: url('xxx.png'); /* Fand zum Background Image der Zahlen */
		background-repeat: no-repeat; }
		
.pagination a:hover, .pagination a.selected{
color: #990000;
}