.contentslide{
border: 1px solid white;
border-bottom-width: 6px;
padding: 0px;
width: 188px;
height: 141px;
}
.contentslide2{
border: 1px solid white;
border-bottom-width: 6px;
padding: 0px;
width: 188px;
height: 141px;
}
.contentslide .contentdiv{
display: none;
}

.pagination{
width: 188; /*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: transparent;
border: 1px solid white;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0;
/*background-image: url("images/fundoplayer.gif");*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 188px; /*IE5 width*/
w\idth: 188px; /*IE6 width*/
}



.pagination2{
width: 188; /*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: transparent;
border: 1px solid white;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0;
/*background-image: url("images/fundoplayer.gif");*/
}

.contentslide2 .contentdiv2{
display: none;
}