
.contentslide{
        border: 1px solid #000;
        padding: 5px;
        width: 600px;
        height: 235px;
}

.contentslide .contentdiv{
        display: none;
}

.pagination{
        width: 602px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
        text-align: center;
        //background: #ccc;
        padding:1px 5px 5px 5px;
	border-top:1px solid #ababab;
}

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

.pagination a{
        font: normal 11px/1.3em verdana,arial,sans-serif;
        padding: 2px 6px;
        text-decoration: none; 
        color: #999;
}

.pagination a:hover, .pagination a.selected{
        color: #fff;
        background-color: #005292;
}
