.contentslide{
padding: 0px;
width: 559px;
height: 250px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 559px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 16px;
text-align: right;
background-color:#f0f1f3;


}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 559px; /*IE5 width*/
w\idth: 559px; /*IE6 width*/

}

.pagination a{
text-decoration: none;
font-weight:bold;
color: #fff;
padding-left: 9px;
padding-right: 9px;
padding-top: 3px;
padding-bottom: 2px;
background-image:url(images/bg-tab.jpg);
width: 24px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 19px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #FEE496;
width: 24px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 19px;
}

.c1 {width: 559px;
height: 280px;

}
.p1 {width: 559px;
}