/* FS - updates Felix Scheiffers October 2011 */
.contentslide{
/* FS border: 0px solid white; */
/* FS border-bottom-width: 0px; */
padding: 0px;
width: 980px; /* FS 610px; */
height: 165px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 980px; /* FS 610px; */ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left; /* FS right; */
/* FS background-color: #E2E2E1; */
/* FS border: 0px solid #E2E2E1; */
/* FS border-width: 0 0px; */ /*Left/ right border width of pagination DIV.*/ 
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 980px; /* FS 610px; */ /*IE5 width*/
width: 980px; /* FS 610px; */ /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #626161;
/* FS background-color: #E2E2E1; */
}

.pagination a:hover, .pagination a.selected{
color: #000000; /* FS #fff; */
font-weight : bold; /* FS */
/* FS background-color: #BF0000; */
}
