.contentslide{
border:#62b5e9 1px solid;
padding: 9px;
width: 170px;
background-color:#FFFEF0;
}

.contentslide .contentdiv{
display: none;
}

.pagination {
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding-top:2px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
width: 100%; /*IE6 width*/
}

.pagination a{
width:100%;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
}

img.front {
padding-bottom:7px;
border:0;
}

.dividertop {
background-image:url(img/linede.gif)  ;
background-repeat:repeat-x;
height:7px;
width:100%;
}

div.blocka {
   float: left;
   width: 195px;
}

div.blockb {
   float: right;
   width: 195px;
}

#sp_body, #sp_body a {
margin:0;
width: 100%;
color:#377acc;
}

#sp_body a:hover {
margin:0;
width: 100%;
color:#4f9ee7;
}

