.contentslide{
width: 200px;
height: 250px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 250px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
border: 10px solid #CCFFCC;  /* #FDF76F; #FEE496;  #99CC99; */
border-bottom-width: 16px;
padding: 8px 11px;
text-align: center;
}

.testdiv {
width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
}
.pagination{
text-align: center;
background-color: #CCFFCC;  /* #FDF76F; #FEE496;    #99CC99; */
border: 10px solid #CCFFCC;  /* #FDF76F; #FEE496;   #99CC99; */
}


.pagination a{
padding: 2px 5px 2px 5px;
text-decoration: none; 
color: white; /* #2e6ab1; */
font-weight: bold;
background-color: #2e6ab1; /* white; */
}

.pagination a:hover{
color: #2e6ab1; /* white; */
background-color: white; /* #93AFD4; */
}
.pagination a.selected{
color: #2e6ab1; /* white; */
background-color: white; /* #93AFD4; */
}
