.contentslide{
border: 3px solid #005789;
border-bottom-width: 6px;
padding: 8px;
width: 350px;
/* height: 150px;  */
margin:0px;
}

.contentslide .contentdiv{
display: none;
width:414px;
}

.pagination{
width: 450px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #005789;
border: 10px solid #005789;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

.ContentBlockBottom div.contentslide,.ContentBlockBottom div.opacitylayer,.ContentBlockBottom div.contentdiv
{
    width:449px;
    margin:0px;
}
.ContentBlockBottom div.pagination
{
    width:451px;
    margin:0px;
}
.ContentBlockBottom div.contentdiv p
{
    margin:3px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 350px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #2e6ab1;
background-color: #005789;
}


.pagination a.selected{
color: #000;
background-color: #FEE496;
background-color: #ff0000;
}

.pagination a:hover{
color: #000;
background-color: #FEE496;
background-color: #FFFF00;
}

#slider1 
{
	height:220px;
}

.pagination A { margin:0px; margin-bottom:3px; float:left; }
