.contentslide{
background:#eeeeee url(../images/fp_bg_lt.png) no-repeat;
width: 100%;
height: 312px;
}

.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;
background-color: none;
 /*Left/ right border width of pagination DIV.*/
padding: 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
w\idth: 516px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;line-height:20px;
text-decoration: none; 
color: #2e6ab1;
background: #ededed;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #dedfdf;
}

.fpslider {

}
.fpinside{padding:10px;}
.contentdiv_left{
width:305px;padding:0;margin:0;float:left;line-height:1.5em;/*background:#000000 url(../images/fp_bg_lt.png);*/
}
.contentdiv_right{
width:250px;padding:0;float:left;background:#eeeeee url(../images/fp_bg_rt.png) no-repeat;
}
.contentdiv_right2{
width:250px;padding:0;float:left;background:#eeeeee url(../images/fp_bg_rt.png) no-repeat;
}
/*.contentdiv_right2 .fp_modulecontent{
overflow-x: hidden;
overflow-y:scroll;overflow:-moz-scrollbars-vertical !important;
}*/
.contentdiv_left_title{
border:0;width:100%;padding:0;
}

.fp_moduletitle{font:bold 15px verdana;color:#ffffff;border-bottom:1px solid #cccccc;background-color:#a9c0ce}
.fp_modulecontent{width:220px;border-bottom:1px solid #f7f7f7;overflow:hidden;}

.contentdiv_left_img {
  float:left;width:95%;
  margin: 2px 0 0 10px !important;
  margin: 2px 0 0 5px;clear:both;
  }
  
 .contentdiv_left_img img {
  display: block;
    position: relative;background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;  
  padding: 0px 6px 6px 0px;
   }