.contentslide {
border: 0px;
border-bottom-width: 1px;
padding: 2px;
width: 277px;
height: 220px;
}

.contentslide .opacitylayer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 277px;
height: 220px;
}

.contentslide .contentdiv{
display: none;
}

div.contentdiv_infotext_name {
  width: 277px;
  height: 15px;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #d9f327;
}

div.contentdiv_infotext_dott {
  background-image: url(../img/layout/sc_specials/specials_dott.png);
  background-repeat: no-repeat;
  height: 1px;
  width: 277px;
}

div.contentdiv_infotext_info {
  width: 277px;
  height: 41px;
  font-family: Verdana;
  font-size: 9px;
  font-weight: normal;
  color: #f0f0f0;
}

.pagination{
width: 29px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 0px;
padding: 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 29px; /*IE5 width*/
w\idth: 29px; /*IE6 width*/
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #ffffff;
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
background-image: url(../img/layout/sc_specials/specials_number.png);
background-repeat: no-repeat;
background-position: top left;
padding-top: 3px;
padding-left: 10px;
padding-right: 9px;
padding-bottom: 5px;
width: 29px;
height: 25px;
text-align: center;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
text-decoration: none;
background-image: url(../img/layout/sc_specials/specials_number_over.png);
background-repeat: no-repeat;
background-position: top left;
padding-top: 3px;
padding-left: 10px;
padding-right: 9px;
padding-bottom: 5px;
width: 29px;
height: 25px;
text-align: center;
}

div.pagination_links_bg {
background-image: url(../img/layout/sc_specials/specials_number.png);
background-repeat: no-repeat;
height: 25px;
width: 29px;
cursor: pointer;
padding-bottom: 2px;
}

div.pagination_links_bg_over {
background-image: url(../img/layout/sc_specials/specials_number_over.png);
background-repeat: no-repeat;
height: 25px;
width: 29px;
cursor: pointer;
padding-bottom: 2px;
}

div.pagination_links_bg_selected {
background-image: url(../img/layout/sc_specials/specials_number_over.png);
background-repeat: no-repeat;
height: 25px;
width: 29px;
cursor: pointer;
padding-bottom: 2px;
}

div.pagination_links_bg_text {
width: 29px;
height: 25px;
padding-top: 3px;
text-align: center;
}