.contentslide{
/* )border: thin solid grey; */
text-align:center;
border-bottom-width: 0em;
padding: 0em 0em 0em 0em; /* oben, rechts, unten, links */
margin: 0em 0em 0em 1em; /* oben, rechts, unten, links */
width: 56em;
height: 8em;

}

* html .contentslide{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
padding: 0em 0em 0em 0em; /* oben, rechts, unten, links */
margin-left: 1em; /* oben, rechts, unten, links */
border-bottom-width: 0em;
/*width: 56em;*/
height: 8em; /*IE6 width*/

}


.contentslide .contentdiv{
display: none;
}

.pagination{
width:56em;
text-align: center;
border: 0em dashed lightgrey;
/*border-width: thin; */ /*Left/ right border width of pagination DIV.*/
padding: 0.2em 1em 0em 1em; ; /* oben, rechts, unten, links */
margin:0em 1em;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 57.4em; /*IE5 width*/
w\idth: 57.8em; /*IE6 width*/
}

.pagination a{
padding: 0 0.2em;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
