.contentslide{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 0px solid #ffffff;
padding: 0px 0px 0px 0px;
width: 317px;
height: 285px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 317px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #ffffff;
border-top: 0px solid #ffffff;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
padding: 0px 0px 8px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 317px; /*IE5 width*/
w\idth: 317px; /*IE6 width*/
}

.pagination a{
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
padding: 2px 7px 2px 7px;
text-decoration: none; 
color: #336699;
background-color: #ffffff;
background-image: url(/img/hpFTbg2.gif);
background-repeat: repeat-x;
background-position: left top;
border:1px solid #999999;
}

.pagination a:hover, .pagination a.selected{
color: #336699;
background-color: #ffffff;
background-image: url(/img/hpFTbg2_rev.gif);
background-repeat: repeat-x;
background-position: left bottom;
}
