/* start content slider */
     .contentslide{ border: 1px solid #CCCCCC;border-bottom-width: 2px;padding: 2px; /* 8 */width: 350px;height: 260px;} /*width: 500px;height: 250px;*/
     .contentslide .contentdiv{display: none;}
          /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
          /*Left/ right border width of pagination DIV.*/
     .slider_pagination{width: 346px;text-align: right;background-color: orange;border: 2px solid orange;border-width: 0 5px;padding: 0 0 4px 0;}
     /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
     * html .slider_pagination{ width: 330px; /*IE5 width*/w\idth: 330px; /*IE6 width*/}
     .slider_pagination a{padding: 0 5px;text-decoration: none;color: #2e6ab1;background-color: white;}
     .slider_pagination a:hover, .slider_pagination a.selected{color: #000;background-color: #FEE496;}
/* end content slider */     
