.contentslide{
width: 390px; /*945px;*/
w\idth: 395px; /*950px;   IE6 width*/
height: 186px;  /* 320px; (image was 298px) */
float:right; /*added FLOAT to move photos to the right to make room for Bible Verse*/
}

.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=99.99);
filter:alpha(opacity=99.99);
-moz-opacity:.99;
-khtml-opacity: .99;
opacity: .99;

}

.contentslide .contentdiv{
display: none;

}

.pagination{
width: 380px; /*935px;   Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 10px 0 4px 0;
font:bold 11px Arial, Helvetica, sans-serif;
float:right; /*added FLOAT to move photos to the right to make room for Bible Verse*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 380px;   /*935px;    IE5 width*/
w\idth:384px;  /*939px;    IE6 width*/

}

.pagination a{
padding: 0 3px;
margin:0;
text-decoration: none; 
color: #2e6ab1;
background-color: none;
font:bold 11px Arial, Helvetica, sans-serif;


}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FAEBD7;  /* #FEE496; */
font:bold 11px Arial, Helvetica, sans-serif;

}
